latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

SMS/MMS

Create SMS/MMS service

Create SMS/MMS service.

post/sms

Request body

namestring required

The name of SMS/MMS service.

enabledboolean

The flag for whether the SMS/MMS service is enabled.

provider_idstring required

The unique ID of the resource.

sender_idstring

The sender ID of SMS/MMS service.

credentialsstring required

The credentials of SMS/MMS service.

Example request

{
  "provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}

Response

Created

idstring

The unique ID of the resource.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}