Skip to content

Simulate SMS message

POST
/api/sms/virtual

Authorizations

ApiKey
Type
API Key (header: X-Api-Key)

Request Body

application/json
JSON
{
  
"from_number": "string",
  
"to_number": "string",
  
"body": "string"
}

Responses

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI