Access Tokens
See Authentication Types for more information on whether access tokens are the right choice for you.
How to get your access token
Speak to your Chronomics account manager who can help provide this.
Warning
Never give out or embed your access token in your front end of public repositories. Treat it like a password that gives access to your most sensitive data.
Lifetime
Access tokens are long lived and will never expire unless they are manually revoked.
Usage
The header below must be included with all REST requests. (replacing {{API_TOKEN}} with your valid token)
Authorization: Bearer {{API_TOKEN}}
Updated about 2 months ago