Skip to main content
GET
List countries with sender-ID compliance info

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

Case-insensitive substring match on the country name.

region
string

Filter by registration region/type.

alphaSupport
enum<string>

Filter to countries that do (true) or do not (false) support alphanumeric sender IDs.

Available options:
true,
false
limit
integer
default:250

Max rows to return (1–500, default 250).

Required range: 1 <= x <= 500
offset
integer
default:0

Row offset for pagination.

Required range: x >= 0

Response

Array of country sender-ID compliance rows ordered by country name.