Authentication
In order to access Authenticated endpoints and to bypass the limitations of the rate-limiting imposed on Free Endpoints, calls need to be authenticated using an API Token.
Before an API Token can be issued, a User needs to be created, either via the web frontend, or via the API.
Authentication is obtained by passing the API Token as authorization
Header with type Bearer
.
curl --request GET \
--url 'https://testapi.aviowiki.com/airports/search?query=London' \
--header 'Authorization: Bearer 8320d910-ec23-46ea-beda-a9015ea05871'
Last updated
Was this helpful?