Static token
The static token is a fixed and predefined token used for continuous authentication with the API. It's simple to implement and is ideal for scenarios where security does not require temporary tokens.
Last updated
The static token is a fixed and predefined token used for continuous authentication with the API. It's simple to implement and is ideal for scenarios where security does not require temporary tokens.
Last updated
To use it, just include your api_token
in the "Authorization" header of your request, with the prefix "Bearer ". For example:
For more information, see the 'Getting Started' chapter.