Skip to main content
The Partner API is a REST API over HTTPS. All responses are JSON wrapped in a standard envelope.

Base URLs

EnvironmentBase URL
Productionhttps://app.cr3dentials.xyz/v1
Staginghttps://staging.cr3dentials.xyz/v1

Authentication

Every request authenticates with your partner API key via the x-api-key header (or Authorization: Bearer). See Authentication for details.
x-api-key: your_api_key_here

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.
Use the endpoints in the sidebar to explore parameters, schemas, and try requests interactively.