Learn how to authenticate with the Platform API
Authorization
header with your API key.
Authorization
header of every request:
Authorization: Bearer YOUR_API_KEY
- Your authentication tokenContent-Type: application/json
- For POST requests with JSON bodyIdempotency-Key
- For POST requests to ensure request uniqueness and prevent duplicate processing