Platitun · API · Event subscription · What the test receiver got
What the test receiver got
GET /api/v1/hooks/probeKey scope: hooks · read only
The events the receiver accepted: headers, body and whether the signature matched. This is the proof of delivery — not “sent” but “received and verified”.
Query filters
| Field | Type | What it is |
|---|---|---|
limit | integer | How many records to return. Default 50, maximum 200. |
Response fields
| Field | Type | What it is |
|---|---|---|
items | array | The records of this page. |
items[].signatureOk | boolean | Whether the signature matched. |
items[].problem | string|null | Why it did not match, if it did not. |
items[].body | object | The event body as it arrived. |
Nearby in this section
GET /api/v1/hooks— My event subscriptionPUT /api/v1/hooks— Set the address and eventsDELETE /api/v1/hooks— Turn delivery offPOST /api/v1/hooks/secret— Rotate the signing secretPOST /api/v1/hooks/resume— Turn delivery back onPOST /api/v1/hooks/test— A test eventGET /api/v1/hooks/deliveries— The delivery logPOST /api/v1/hooks/probe— Issue a test receiver address