Was this helpful?
List allowed region or country codes.
/allowed_country_codes
curl -L \ --url 'https://HOSTNAME:8887/api/allowed_country_codes' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "items": [ "text" ] }
Update allowed region or country codes.
A collection of allowed region or country codes.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/allowed_country_codes' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"items":[null]}'
No body