Get and use an Authorization Token
Example Python request (replace CLIENT_ID and CLIENT_SECRET):
Replace
TOKEN
with your API key in the following header:
Include this header in every call to our API, and keep it secure. It is your access key.
Token lifespan
Token lifespan is indicated by the expires_in
parameter returned when a new token is requested. The default value is 36000
seconds (10 hours).
Last updated