Request Authorization
Authorization header
To authorize each API request, pass your API KEY in the Authorization header as follows:
Example of a request with a token
An example of using the Authorization
header in an API request:
You don't need to send a separate authorization request. API KEY should be transferred in the Authorization header.
Possible errors
Response code | Error key | Error description |
---|---|---|
400 | Bad request | Invalid request |
Example of a response with an error
Last updated