Webhooks
Coming Soon — This endpoint is planned for a future release and is not yet available.
Sent when a transfer transitions to a new status. Includes the transfer ID and the previous status - use these to react to specific transitions (e.g. pending → complete). Fetch the current transfer state via GET /transfers/{id}.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
| Field | Type | Description |
|---|---|---|
event* | string | The event type in `<entity>.<action>` format. |
created_at* | string | Timestamp when the event was generated (UTC). |
+ data* | object |
Response Body
Example Requests
POST
/TransferStatusChanged