Providers at an airport
Get providers at an airport
GET
https://api.aviowiki.com/airports/{aid}/providers/all
Path Parameters
Name
Type
Description
aid*
String
Aviowiki ID of the airport
Headers
Name
Type
Description
Authorization
String
An API Token using Bearer authorization.
The detailed properties of one returned set item can be found in the Provider documentation.
Get paged providers at an airport
GET
https://api.aviowiki.com/airports/{aid}/providers
Path Parameters
Name
Type
Description
aid
String
Aviowiki ID of the airport
Query Parameters
Name
Type
Description
page
Number
The page number for pagination, starting from `0` to indicate the first page.
size
Number
The number of results in a page, for pagination.
Headers
Name
Type
Description
Authorization
String
An API Token using Bearer authorization.
The properties of the pagination can be found at Pagination. The detailed properties of one returned set item can be found in the Provider documentation.
Last updated