Skip to main content

Authentication

All API requests require a valid API key passed in the Authorization header as a Bearer token.

Generating an API Key

1

Navigate to Settings

In the Reached dashboard, go to Settings > API.
2

Create a key

Click Create Key, give it a descriptive name (e.g., “Clay Integration” or “Zapier”), and confirm.
3

Copy the key

Your API key will be displayed once. Copy it and store it securely. It starts with rchd_live_.

Header Format

Include your API key in every request using the Authorization header:

Example Request

Authentication Errors

If your API key is missing, invalid, or revoked, the API returns a 401 Unauthorized response:
Keep your API keys secret. Do not share API keys in public repositories, client-side code, or insecure channels. If a key is compromised, revoke it immediately in Settings > API.

Key Management

API keys are scoped to your company workspace. All data accessed through a key belongs to the workspace that created it.