Skip to main content

Create Webhook

Authentication: Bearer token required.

Endpoint: POST /api/v1/webhooks


Request Body

FieldTypeRequiredDescription
wallet_idstringYesWallet UUID
network_idstringYesNetwork UUID
hoststringYesmax 2048
success_pathstringYesmax 512
error_pathstringYesmax 512
auth_typestringYesbasic or token
auth_basic_usernamestringNoFor auth_type=basic
auth_basic_passwordstringNoFor auth_type=basic
auth_tokenstringNoFor auth_type=token

Response — 201 Created

StatusDescription
403No access to wallet's node
404Wallet or network not found
409Conflict