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.
Webhook successfully registered.
The response is of type object.
object