https://api.getdecipher.com
Authentication
All API requests require an API key. You can create and manage API keys from Settings > API Keys in the Decipher dashboard. Include your key in theAuthorization header:
X-API-Key header:
Errors
The API uses standard HTTP status codes and returns a consistent error object:Pagination
List endpoints use cursor-based pagination. The response includes:hasMore— whether more results existnextCursor— pass this as thecursorquery parameter to fetch the next page