Base URLs
| Environment | Base URL |
|---|---|
| Production | https://app.cr3dentials.xyz/v1 |
| Staging | https://staging.cr3dentials.xyz/v1 |
Authentication
Every request authenticates with your partner API key via thex-api-key header (or Authorization: Bearer). See Authentication for details.
Conventions
- Envelope. Successful responses look like
{ "status": "success", "data": ... }. - Timestamps. All timestamps are ISO 8601 strings in UTC.
- Errors. Failures return the appropriate HTTP status with
{ "statusCode", "message" }. - Rate limits. 120 requests / 60 seconds per API key. See Rate Limits.
