Country of a provider

Get provider country

GET https://api.aviowiki.com/providers/{aid}/country/all

Path Parameters

Name
Type
Description

aid*

String

Aviowiki ID of the provider

Headers

Name
Type
Description

Authorization

String

An API Token using Bearer authorization.

The detailed properties of the returned object can be found in the documentation of the Provider data model.

{
  "iso2": "US",
  "iso3": "USA",
  "isoNumeric": 840,
  "name": "United States",
  "officialName": "United States of America",
  "localIdentifierName": null
}

Last updated

Was this helpful?