v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
Carriers

Create a new carrier

post/carriers

Request body

$schemastring uri

A URL to the JSON Schema for this object.

companystring

Company name

countrystring required

Country name

country_codestring

Country dialing code (e.g., +1)

country_isostring

ISO country code

detail_urlstring

URL to carrier details page

gsm_bandsstring

Supported GSM bands

lte_bandsstring

Supported LTE bands

mccstring required

Mobile Country Code

mncstring required

Mobile Network Code

mobile_prefixstring

Mobile number prefix

nsn_sizestring

National Significant Number size

number_formatstring

Phone number format

operatorstring required

Operator name

protocolsstring

Supported protocols (comma-separated)

umts_bandsstring

Supported UMTS bands

websitestring

Company website

Example request

{
  "$schema": "https://example.com/schemas/CreateCarrierInputBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

companystring required
countrystring required
country_codestring required
country_isostring required
created_atstring date-time required
detail_urlstring required
gsm_bandsstring required
idinteger required
lte_bandsstring required
mccstring required
mncstring required
mobile_prefixstring required
nsn_sizestring required
number_formatstring required
operatorstring required
protocolsstring required
umts_bandsstring required
websitestring required

Example response

{
  "$schema": "https://example.com/schemas/Carrier.json"
}