production
development
https://apphub.mobitel.lk/mobext/mapi
Paths
/send
post /send
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)
request
Optional in body
object
Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"properties": {
"receipientMask": {
"type": "string"
},
"message": {
"properties": [],
"type": "string"
},
"characterEncoding": {
"properties": [],
"type": "string"
},
"appID": {
"properties": [],
"type": "string"
},
"appKey": {
"properties": [],
"type": "string"
}
},
"additionalProperties": false
}
{
"properties": {
"message": {
"properties": [],
"type": "string"
},
"appID": {
"properties": [],
"type": "string"
},
"appKey": {
"properties": [],
"type": "string"
},
"receipientMask": {
"properties": [],
"type": "string"
}
},
"additionalProperties": false,
"required": [
"receipientMask",
"appKey"
]
}