For the complete documentation index, see llms.txt. This page is also available as Markdown.

Address Types and Inputs

Gets all the address types AND inputs for a specified Country

get
/v1/countries/{countryCode}/address-types-and-inputs

Returns all address types AND their associated inputs for a specified country. This can be used instead of calling the two APIs listed below in sequence.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
countryCodestringRequired

The ISO 3166 alpha-2 country code

Example: PH
Responses
200

Address types and inputs for the specified country.

application/json
get/v1/countries/{countryCode}/address-types-and-inputs

Last updated