v1

latestOpenAPI 3.0.02026-07-146561171.4 KB
Webhooks

Create a Webhook

This endpoint allows you to create a new Webhook.

post/v2/webhooks

Request body

urlstring required
triggersstring[] required

Response

Returns the created Webhook

idstring required
urlstring required
superAdminAddressstring required

Base-58 encoded string representing an on-chain address

orgIdinteger required
walletAddressstring required

Base-58 encoded string representing an on-chain address

validboolean required

Example response

{
  "superAdminAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt",
  "walletAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}