messages_service
Send project messages push
post/api/v1/services/messages/push
Request body
Example request
{
"title": "Test title",
"message": "Test message",
"link": "https://my_app.com/event",
"addresses": [
"0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b"
],
"address": "0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b"
}Response
Ok
Example response
{
"ok": true
}Changes
Changed in 2 of the 50 revisions of this API.12
- ○
added the new optional request property
addressesnew-optional-request-property
- ○
- ▲
removed the required property
success_deliveryfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
okto the response with the200statusresponse-required-property-added
- ▲