v1
latestOpenAPI 3.0.02026-08-04134348905.1 KBWebhook Notifications
Create webhook endpoint
Permissions required: Configure Webhooks
Create a new endpoint where you would like to receive webhook notifications.
post/webhook/endpoints
Request body
Example request
[
{
"url": "https://your-domain.com/transaction-webhooks",
"description": "Endpoint for receiving transaction event webhooks",
"subscriptions": [
{
"eventTypeId": "withdrawal.initiated"
}
],
"publicKey": "----BEGIN PUBLIC KEY-----\nMFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEeg+pxTCsjew/+7IK4+Vw5zyHDnMW7bzn\nsClhuYIKjXF8EJ1lfyZC2VPVullBKgvHRzNMfC1KkF2LIoRp2ibcWQ==\n-----END PUBLIC KEY-----"
}
]Response
Created webhook endpoint ids