> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sendrealm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Push Tests

> Send one real push test to one selected device and inspect its trace.

## 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:

```json theme={null}
{
  "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.
