Was this helpful?
List allowed region or country codes.
GET /api/allowed_country_codes HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "items": [ "text" ] }
Update allowed region or country codes.
A collection of allowed region or country codes.
POST /api/allowed_country_codes HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 18 { "items": [ "text" ] }
No Content