Skip to main content

Base URL

All endpoints use a single base URL per environment. See Environments for staging and production URLs.

Authentication

All endpoints except /health require a JWT Bearer token in the Authorization header. See Authentication for the full flow.

Endpoints

Response Envelope

All responses use a standard { success, data, meta } envelope:

HTTP Status Codes

See Error Handling for error response formats and Retry Logic for retry strategy.