API Tokens
Last updated
Was this helpful?
Last updated
Was this helpful?
API Tokens are strings that allow to authenticate API calls.
They are issued and used in the form of UUID represented in , for example 123e4567-e89b-12d3-a456-426614174000
.
API Tokens should be used with bearer authentication. They need to be passed with the request as authorization
Header with type Bearer
.
For example:
There are two types of API Tokens, API
or API_FREE
.
API_FREE
tokens allow access only to , without rate limitations.
Such Tokens can be issued autonomously by every user as they do not require any contractual agreement in place, other than accepting the regular .
API
tokens allow access to all endpoints.
At the moment, these Tokens can only be issued by an aviowiki administrator, and an agreement need to be signed between the User and aviowiki. Please if you require an API
token.