cURL
curl --request POST \ --url https://{notifuseDomain}/api/broadcasts.resume \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "workspace_id": "ws_1234567890", "id": "broadcast_12345" }'
{ "success": true }
Resumes a paused broadcast.
API token for authentication
The ID of the workspace
"ws_1234567890"
ID of the broadcast to resume
"broadcast_12345"
Broadcast resumed successfully
true