cURL
curl --request POST \ --url https://api-sandbox.superbank.co/v0/webhooks \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "url": "https://your-app.com/webhooks/superbank" } '
{}
Create a new webhook endpoint to receive payment event notifications.
HTTPS URL to receive webhook notifications
"https://your-app.com/webhooks/superbank"
Webhook endpoint created successfully
The response is of type object.
object