Get address format information
GET/api/accounts/v1/address
This endpoint serves two purposes:
- When called without a countryCode, it returns a list of all supported countries with their codes and full names
- When called with a specific countryCode, it returns the required address fields and format for that country
This information is used to dynamically build address collection forms with the appropriate fields for each country.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Environment: