Authentication
Overview
Section titled “Overview”Requests to the (placeholder) API are authenticated with an API key sent as a bearer token.
Header format
Section titled “Header format”Authorization: Bearer sk_test_placeholderError responses
Section titled “Error responses”| Status | Meaning |
|---|---|
401 |
Missing or invalid API key |
403 |
Key does not permit action |
See the API Reference once real endpoint documentation is written.