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 }
Set up a new webhook for transaction monitoring.
API key for authenticating requests.
Unique project identifier.
Webhook created successfully.
The response is of type object.
object