cURL
curl --request POST \ --url https://mainnet.gomaestro-api.org/v1/webhooks/project/{project_id} \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "name": "<string>", "url": "<string>" } '
{ "webhook_id": "<string>", "name": "<string>", "url": "<string>", "active": true }
Create a new webhook for a Cardano project to receive real-time notifications about transaction events and confirmations.
API key for authenticating requests.
Unique project identifier.
Name of the webhook
Webhook URL
Webhook created successfully.
Unique ID of the webhook
Webhook name
Whether the webhook is active
Was this page helpful?