Skip to main content
GET
/
api
/
external
/
webhook
Get webhook URLs
curl --request GET \
  --url https://api-prod.blaaiz.com/api/external/webhook \
  --header 'x-blaaiz-api-key: <api-key>'
{
  "payout_url": "https://yourapp.com/webhooks/payout",
  "collection_url": "https://yourapp.com/webhooks/collection",
  "created_at": "2024-01-01T00:00:00Z",
  "updated_at": "2024-01-15T10:30:00Z"
}

Authorizations

x-blaaiz-api-key
string
header
required

Response

Webhook URLs retrieved successfully

payout_url
string<uri>
required
collection_url
string<uri>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required