Key types
There are two types of keys available for the API:access_token and refresh_token.
The access_token is used to authenticate the user and the refresh_token is used to refresh the access token.
Access tokens are valid indefinitely, but you can refresh them using the refresh token.
/auth/refresh-tokens endpoint.
Authentication
To authenticate with the API, you need to include theaccess_token in the header of your request.