Authenticating the API
The API key is necessary to use authenticated endpoints of our API. The API key should be included in the Authorization
HTTP header. The key should be prefixed by the string literal Bearer
.
For example, Authorization
: Bearer txn_cmp_F41bbUWxPR2FCPA3KK5t1NadFE9Ghn
.
Otherwise your will receive HTTP 401 Unauthorized:
To create your API keys, please refer to the Creating your API keys page in this documentation
Last updated