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>" } }
Allows your application to subscribe to events such as ‘document.signed’ by providing a URL where the webhook notifications should be sent.
Webhook successfully registered.
The response is of type object.
object