Docsapi referenceAuthentication

Authentication

Authenticate API requests using scoped API keys.

Overview

All API requests require authentication via API key. Include the key in the Authorization header as a Bearer token.

Authentication header

Authorization: Bearer sk_abc123def456

API key management

MethodEndpointDescription
POST/v1/auth/api-keysCreate API key
GET/v1/auth/api-keysList API keys
DELETE/v1/auth/api-keys/:keyIdRevoke API key