Skip to main content
POST
Create an MCCMNC rate override

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
organization_id
string
required

Organization the override applies to.

mcc
string
required

3-digit Mobile Country Code.

Pattern: ^\d{3}$
mnc
string
required

2- or 3-digit Mobile Network Code.

Pattern: ^\d{2,3}$
rate_per_unit
number
required

Fixed customer-facing rate per SMS in the given currency.

Required range: x >= 0
currency
string
default:USD
Pattern: ^[A-Z]{3}$
effective_from
string<date-time> | null
effective_to
string<date-time> | null
notes
string | null
Maximum string length: 500

Response

201 - application/json

The created MCCMNC rate override.

data
object

A per-organization SMS rate override for a specific (organization, MCCMNC) mobile-network pair.

meta
object