Auth to API
To make API requests you need to obtain Bearer Token
Make POST request to obtain Bearer Token
If user and password is valid you would get response with access_token which needed for access to API
Example Response:
Last updated
To make API requests you need to obtain Bearer Token
Make POST request to obtain Bearer Token
If user and password is valid you would get response with access_token which needed for access to API
Example Response:
Last updated