Request Authorization
Authorization header
To authorize each API request, you will need to transmit your API KEY in the Authorization
header as follows:
Example of request with a token
An example of using the Authorization
header in an API request:
Possible errors
Response code
Error key
Error description
401
Unauthenticated
Incorrect API KEY
Example of response with an error
Last updated