Authentication
Last updated
Last updated
In order to work with our api you need to use token. To retrieve new token you should use the endpoint below.
Token in the response is valid till unix timestamp defined in expiresIn response atributte. The token should be used within the period. It is highly adviced to save token for later usage as it reduces API usage.
Token is valid before it expires. There can be theoretically more valid tokens for one user at the time, but it is not recommended and requesting too many tokens will be forbidden in the future.