---
title: "Get a RocketReach API Account"
method: POST
path: "/account/key/"
tags: ["Account"]
---

# Get a RocketReach API Account

`POST /account/key/`

Create New API Key

## Request body

- APIKey
  - `api_key` string — The API key for your account. You can also find your API key [here](https://rocketreach.co/account?section=nav_gen_api).

## Response `200`

Success. Returns the new API key.

- APIKey
  - `api_key` string — The API key for your account. You can also find your API key [here](https://rocketreach.co/account?section=nav_gen_api).

## Other responses

- `400` — Bad Request. The request is malformed or missing required parameters.
- `401` — Unauthorized. API Key is missing or invalid.
- `403` — Forbidden. API Key lacks permission to perform this action.
- `404` — Not Found. The requested resource (e.g., profile) does not exist.
- `429` — Too Many Requests. API request limit reached -- slow down requests.
- `500` — Internal Server Error. Unexpected error on RocketReach servers. Try again later.

---

[API](https://skmtc.dev/rocketreach/apis/rocketreach-api.md) · [All operations](https://skmtc.dev/rocketreach/apis/rocketreach-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rocketreach/rocketreach-api/revisions/68b5a27dfb6d/schema)
