Deeplinks
Request Body
Response
{
"androidURI": "sms:+15555555555?body=Example",
"iosURI": "imessage://[email protected]?body=Example",
"macURI": "https://mobile-text-alerts.com/example",
"windowsURI": "https://mobile-text-alerts.com/example",
"defaultURI": "https://mobile-text-alerts.com/example"
}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
androidURIstringRequired
iosURIstringRequired
macURIstringRequired
windowsURIstringRequired
defaultURIstringRequired
Responses
200
Success
application/json
400
BadRequestError
application/json
401
UnauthorizedError
application/json
403
ForbiddenError
application/json
500
InternalServerError
application/json
post
/deeplinksRequest Body
Response
{
"longcodeId": 1337,
"optInMessage": "Example",
"senderName": "[email protected]"
}
{
"deeplinkUrl": "https://platform.mobile-text-alerts.com/deeplinks/abc"
}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
longcodeIdnumberOptional
optInMessagestringRequired
senderNamestringOptional
Responses
200
Success
application/json
400
BadRequestError
application/json
401
UnauthorizedError
application/json
403
ForbiddenError
application/json
500
InternalServerError
application/json
post
/deeplinks/imessageLast updated
Was this helpful?