Retrieve your registered webhook URLs. Your collection_url is used for collection events, virtual account events, and customer KYC events. Required scope: webhook:read.

GETapi-prod.blaaiz.com/api/external/webhook

Authorization

oauth2ClientCredentials webhook:read
AuthorizationBearer <token>

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

In: header

Scope: webhook:read

Response Body

application/json

application/json

application/json

Get webhook URLs
curl --request GET \  --url 'https://example.com/api/external/webhook'
{  "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"}