Skip to main content
GET
List Countries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

language
string
required

Language the labels are returned in, one of ['fr', 'en', 'nl', 'de']. Required: a list of codes with no wording to display them is of no use, and there is no sensible language to pick on the caller's behalf.

Response

Successful Response

code
string
required

ISO 3166-1 alpha-2 code (e.g. BE).

label
string | null
required

Name of the country, in the requested language. null for the handful of codes the API accepts but for which Fidly has no translation yet.