Base URL
All requests are made against the Deck API at:Authentication
Every request requires an API key passed as a Bearer token in theAuthorization header. Keys are available in your Console.
Verify your key
Call the test endpoint to confirm your key is valid.Request format
All requests useContent-Type: application/json. Pass request bodies as JSON.
Response format
Every resource response includes a standard set of fields:
Delete responses return a confirmation object:
Request IDs
Every response includes arequest_id. When something goes wrong, include this value in support requests so Deck can trace exactly what happened.
Next steps
Pagination
Cursor-based pagination for list endpoints.
Idempotency
Safely retry requests without creating duplicates.
Error handling
Error structure, types, and codes.
Rate limits
Request limits and retry strategies.