Easy Labs
APIAccount & operationsBrale

Brale per-business transfer webhook

Per-subscription webhook receiver. The opaque path token resolves to a company's Brale webhook subscription; the request is verified against that subscription's shared secret (transfer.created/completed/canceled/failed, payment.completed, account.verification.*).

POST
/v1/webhooks/brale/{token}

Path Parameters

token*string

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/v1/webhooks/brale/string"
{
  "success": true,
  "timestamp": "2019-08-24T14:15:22Z",
  "data": null,
  "message": "string",
  "pagination": {
    "total": 0,
    "limit": 1,
    "offset": 0,
    "has_more": true,
    "truncated": true,
    "cursors": {
      "first": "string",
      "last": "string"
    }
  }
}
{
  "success": false,
  "timestamp": "2019-08-24T14:15:22Z",
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}
{
  "success": false,
  "timestamp": "2019-08-24T14:15:22Z",
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}