Authorisation
Last updated
Last updated
General
List of roles and their uses
how to request a change in role
All API Tokens are associated with a User and follow the same authorisation limitations as the associated User.
Authorisation roles available to a specific user are listed in the roles
property of the User object.
Newly created users always have role USER
associated.
Some functionalities of our API require additional levels of authorisation. For example, to retrieve the position of an aircraft.
Role Name
Access allowed
USER
All basic functionalities, except for functionalities that require a specific role listed below.
AIRCRAFT_POSITION
Allows access to endpoints in the /aircraft
namespace.
ADMIN
aviowiki administrators.