cURL
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" }
Retrieve your registered webhook URLs.
Webhook URLs retrieved successfully
Was this page helpful?