create a carrier as a service provider
<Error>This endpoint is only availble with an Admin or Service Provider API key</Error>
Request body
Example request
{
"service_provider_sid": "6072f617-6151-4c15-8eb9-74a4967ab701",
"name": "my carrier"
}Response
service provider successfully created
Example response
{
"sid": "9d26a637-1679-471f-8da8-7150266e1254"
}Changes
Changed in 4 of the 27 revisions of this API.233
- ●
the
inbound_auth_passwordrequest property's maxLength was set to64request-property-max-length-set
- ●
the
inbound_auth_usernamerequest property's maxLength was set to64request-property-max-length-set
- ○
added the new optional request property
trunk_typenew-optional-request-property
- ●
- ▲
added the new required request property
service_provider_sidnew-required-request-property
- ●
removed the request property
voip_carrier_sidrequest-property-removed
- ▲
- ▲
the
smpp_enquire_link_intervalrequest property type/format changed fromnumber/integertointeger/request-property-type-changed
- ▲
- ○
api tag
Carriersaddedapi-tag-added
- ○
api tag
Service Providersremovedapi-tag-removed
- ○