API requests
HTTP request headers
Header parameters Required
Authorization string
Include the bearer token in the Authorization
header. Every time you send a request for a token, a new token is issued, which is valid for 60 minutes (the server reads 3600 seconds). If 60 minutes has passed, the token has expired and you have to call for a new token.
We recommend that you don't send a call for a token more than 2-3 times per hour; the system may block you due to security reasons.
Content-Type string
Required for operations with a request body. The value is application/json
.
-
To override the
Content-type
in your clients, use theAccept
header, append the .json suffix or ?format=json -
To embed the response in a json callback, append ?callback=myCallback
Updated about 2 months ago
Did this page help you?