Skip to content

Authentication

Obtain an API token

To authenticate you first need to request an API token by Cardman. Once they have provided you with a token, you can use it to authenticate your requests.

Using the token

To use the token, add it to the Authorization header in your requests.

http
Authorization: 'Bearer <TOKEN>'