Skip to main content
GET
List webhook events
Every accept, transfer, and redeem fires a signed webhook. Use this endpoint to inspect delivery status, debug, or replay events.

Event types

Signature verification

Every payload includes an X-REM-Signature header (HMAC-SHA256 of the raw body, keyed by your webhook secret). Verify with @rem-money/sdk:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

type
string
limit
integer
default:50

Response

200 - application/json

Webhook events

id
string
type
string
Examples:

"accept.confirmed"

"transfer.settled"

"redeem.completed"

delivered
boolean
created_at
string<date-time>
payload
object