Test Message Notifications
Authorizations
AuthorizationstringRequired
HTTP API Key Authentication
API-Key authentication for private use only.
Example API-Key
vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Example Header:
Authorization: Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Header parameters
AuthorizationstringRequiredDefault:
Private API key to be provided in the format Api-Key <key>.
Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11loBody
This serializer is used to validate the lookup fields for the inquiry operation.
Responses
200Success
application/json
Responseone of
400Error
application/json
401Error
application/json
403Error
application/json
405Error
application/json
post
/b/pbl/v2/message-notification/POST /b/pbl/v2/message-notification/ HTTP/1.1
Host: betabulk.ottu.net
Authorization: Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"session_id": "<add `session_id` here>",
"channels": [
"sms"
]
}{
"message": "Customer notified."
}Last updated