2. Authentication
The Recyda API uses API keys for authentication. You must include your Client Key and Client Secret in the header of every request.
⚠️ Security Warning: Your Client Secret carries the same privileges as your user account. Keep it confidential. Do not store it in public repositories or client-side code.
Required Headers:
| Header | Value | Description |
Content-Type |
application/json |
The API accepts JSON payloads. |
x-recyda-api-client-key |
<YOUR_CLIENT_KEY> |
Your unique public identifier. |
x-recyda-api-client-secret |
<YOUR_CLIENT_SECRET> |
Your private secret key. |