Skip to main content
POST
C#

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Required string length: 1 - 255

Body

to
string
required

The recipient phone number to receive a given notification.

Required string length: 1 - 16
delivery_method
enum<string>

The delivery method for the notification

Available options:
text,
voice
Required string length: 1 - 10

Response

Phone notification sent.

code
number

The status code of the operation.

message
string

The description of the operation status.