Skip to main content

List country codes

GET 

/bv/configuration/v1/country-codes

Lists the array of CountryCode resource.

Request

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    country_codes object[]
  • Array [
  • code string
    name string
    continent_code string
    continent_name string
  • ]
Loading...