Skip to main content
GET
/
transactions
/
webhooks
/
{id}
Get a single webhook event
curl --request GET \
  --url https://api.breet.io/v1/transactions/webhooks/{id} \
  --header 'X-Breet-Env: <api-key>' \
  --header 'x-app-id: <api-key>' \
  --header 'x-app-secret: <api-key>'
{ "success": true, "data": { "id": "67a1b2c3d4e5f67890123456", "integration": "692d994b7ca6e4da422363fb", "reference": "692f91aa729255932afe9078", "eventType": "withdrawal.completed", "payload": { "event": "withdrawal.completed", "id": "674a1b2c3d4e5f6789012345", "status": "completed" }, "url": "https://partner.example.com/webhooks/breet", "status": "delivered", "attemptsCount": 1, "attempts": [ { "attemptedAt": "2025-12-03T12:00:00.000Z", "responseStatus": 200, "responseBody": "OK" } ], "deliveredAt": "2025-12-03T12:00:00.000Z", "lastAttemptAt": "2025-12-03T12:00:00.000Z", "expireAt": "2025-12-10T12:00:00.000Z", "createdAt": "2025-12-03T12:00:00.000Z", "updatedAt": "2025-12-03T12:00:00.000Z" }, "meta": {}, "summary": {}, "stats": {} }

Documentation Index

Fetch the complete documentation index at: https://docs.breet.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-app-id
string
header
required

Your application ID from the Breet dashboard

x-app-secret
string
header
required

Your application secret from the Breet dashboard

X-Breet-Env
string
header
required

Environment selector: development or production

Path Parameters

id
string
required

Webhook event document ID.

Response

Webhook event found