cURL
curl --request POST \ --url https://api.dojah.io/api/v1/webhook/subscribe \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "service": "<string>", "webhook": "<string>" } '
{ "entity": "Webhook added successfully" }
An endpoints that allows you to subscribe to a service
Show properties
Was this page helpful?