Platitun · API · Event subscription · What the test receiver got

What the test receiver got

GET /api/v1/hooks/probe

Key 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

FieldTypeWhat it is
limitintegerHow many records to return. Default 50, maximum 200.

Response fields

FieldTypeWhat it is
itemsarrayThe records of this page.
items[].signatureOkbooleanWhether the signature matched.
items[].problemstring|nullWhy it did not match, if it did not.
items[].bodyobjectThe event body as it arrived.

Nearby in this section