Authorization header with your Reply API key.
Get your API key
Sign in
Log in to your Reply.io dashboard.
Authenticate a request
Pass the key as a Bearer token in theAuthorization header:
curl
Verify your setup
Call/v3/whoami to confirm the credentials are valid. A successful response
returns your user ID:
Unauthorized response
If theAuthorization header is missing, malformed, or contains a revoked or
unknown token, the API returns 401 Unauthorized with an empty body.
The response advertises the expected scheme in the WWW-Authenticate header:
Keeping your key safe
- Never commit your API key to source control or paste it into public chats.
- Rotate the key from Settings → API Key if you suspect it was exposed.
- Use a separate key per integration so you can revoke one without disrupting the others.