Get authorized countries

Get authorized billing countries for a given site

get

Provide list of authorized billing countries by locale

Authorizations
AuthorizationstringRequired

For system access use case, use API key/secret in the Authorization header, the API key should be set up with sufficient role.

Path parameters
siteIdstringRequired

The site's ID.

Query parameters
localestringOptional

Only return authorized billing countries specific to the given locale

apiKeystringOptional

The client identifier used to authorize the request. You must specify either an apiKey or token.

Responses
200

Successful response.

application/json
get
/v1/sites/{siteId}/authorized-billing-countries

Get authorized shipping countries for a given site

get

Provide list of authorized billing countries by locale

Authorizations
AuthorizationstringRequired

For system access use case, use API key/secret in the Authorization header, the API key should be set up with sufficient role.

Path parameters
siteIdstringRequired

The site's ID.

Query parameters
localestringOptional

Only return authorized shipping countries specific to the given locale

apiKeystringOptional

The client identifier used to authorize the request. You must specify either an apiKey or token.

Responses
200

Successful response.

application/json
get
/v1/sites/{siteId}/authorized-shipping-countries

Last updated