cURL
curl --request POST \ --url https://api.useinkless.com/registerWebhook \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "url": "<string>", "eventType": "<string>", "secret": "<string>" }'
{ "message": "<string>", "webhook": { "webhook_id": "<string>", "url": "<string>", "eventType": "<string>" } }
Subscribe to events (e.g., ‘document.signed’) by providing a URL where webhook notifications should be sent.
The URL where webhook notifications will be sent.
The type of event to subscribe to (e.g., 'document.signed').
Optional secret to sign webhook payloads so recipients can verify authenticity.
Webhook successfully registered.
Success message indicating the webhook was registered.
Show child attributes