Managing Your API Key
Use an API key to access your people of interest data programmatically via the Catch The Good Ones API.Generating a key
- In the sidebar, click API Key under General
- Click Generate API Key
- Your key will be displayed once in a copiable field
- Copy and store it securely - you will not be able to see it again
ctgo_ and are 45 characters long.
Using your key
Include your API key in theAuthorization header of API requests:
Regenerating a key
If your key is compromised or you need a new one:- Go to the API Key page
- Click Regenerate
- Confirm in the dialog
- Your old key immediately stops working
- Copy and store the new key
Revoking a key
To disable API access entirely:- Go to the API Key page
- Click Revoke
- Confirm in the dialog
- The key is permanently invalidated
Rate limits
API requests are limited to 60 requests per minute per key. Rate limit status is returned in response headers (X-RateLimit-Limit, X-RateLimit-Remaining).
If you exceed the limit, you will receive a 429 response with a Retry-After header indicating when you can retry.