Authorization header using the Bearer scheme.
Authorization header
Bearer (capital B, followed by a space), then your API key.
Example request
API key format
PIK API keys follow this format:pik_live_— production API keypik_test_— test environment API key (if applicable)
Authentication errors
| Status | Code | Description |
|---|---|---|
401 | unauthorized | No Authorization header provided, or the key is invalid or revoked |
403 | forbidden | The API key is valid but does not have permission to perform the requested action |
