Skip to main content

Endpoints

  • POST /push/test-notifications
  • GET /push/test-notifications/:id
An ad hoc test requires a public app ID, one device ID, a title, and a body:
{
  "app_id": "push_app_public_id",
  "device_id": "device_installation_id",
  "title": "SendRealm test",
  "body": "Push registration is working"
}
To test a saved draft, replace title/body with campaign_id. The API clones the draft into a test-only delivery and still targets only the selected device. Poll the returned test ID until a notification record appears. Inspect its provider and client events before treating the integration as successful. Provider acceptance alone does not prove that the OS displayed a notification.