SMS Notifer - SMS Notifer HTTP API (v1)

Download OpenAPI specification:Download

The SMS Notifer HTTP API.

SMS

/api/v1/SMS/send

Authorizations:
oauth2
query Parameters
api-version
string
Request Body schema:
notificationTypeName
string or null
phoneNum
string or null
message
string or null
subject
string or null
messageCorrelationId
string or null

Responses

Request samples

Content type
{
  • "notificationTypeName": "string",
  • "phoneNum": "string",
  • "message": "string",
  • "subject": "string",
  • "messageCorrelationId": "string"
}

Response samples

Content type
No sample