Every request to the Recotap CRM API must be authenticated using an API key. The key is passed as a custom HTTP header on every request. Requests without a valid key are rejected withDocumentation Index
Fetch the complete documentation index at: https://docs.recotap.com/llms.txt
Use this file to discover all available pages before exploring further.
401 Unauthorized.
Required header
Include your API key in theX-Api-Key header on every request:
Generating your API key
API keys are managed from the Tech Settings section of your Recotap workspace. Each user account holds one active key at a time. Generating a new key immediately replaces the previous one. You can navigate directly to the API Access Key page or follow the steps below.Navigate to Tech Settings → API Access Key
In the left sidebar, click Tech Settings, then select API Access Key.
The full key is shown only once immediately after generation. Once you navigate away, the page reverts to the generation screen and no part of the key is displayed again. If you lose the key, you must generate a new one, which immediately invalidates the previous key.
Key behaviour
Keys are user-scoped. Every Recotap user generates and manages their own independent key. No other user — including workspace admins — can view or manage your key. Regenerating your key does not affect any other user’s key.
| Property | Detail |
|---|---|
| Scope | Per user. One active key per Recotap account. |
| Expiry | No expiry. Valid indefinitely until regenerated. |
| Rotation | Generate again to replace. The old key is invalidated immediately. |
Error responses
If a request is rejected due to an authentication issue, Recotap returns401 Unauthorized with a JSON body describing the problem.
| Condition | Status | Message |
|---|---|---|
X-Api-Key header missing | 401 | X-Api-Key header is required |
| Key not found or invalid | 401 | Invalid API key |