Carriers
List carriers with pagination
get/carriers
Query parameters
pageinteger
Page number
Page number
pageSizeinteger
Items per page
Items per page
countrystring
Filter by country name
Filter by country name
countryISOstring
Filter by country ISO code
Filter by country ISO code
orderBy'id' | 'mcc' | 'mnc' | 'operator' | 'country' | 'country_iso'
Field to order by
Field to order by
orderDir'asc' | 'desc'
Order direction
Order direction
Response
OK
Example response
{
"$schema": "https://example.com/schemas/ResponseCarrier.json",
"items": [
{
"$schema": "https://example.com/schemas/Carrier.json"
}
]
}