Broadcasts
Triggering a Broadcast
POST /subscribers/{id}/api/v1/broadcasts
Authorization: RelayApiKey {apikey}
Content-type: application/json
{
"notification": "hello world",
"groups": ["mygroup"]
}Headers and Subscriber ID Path
Required Content
Example
Last updated

