cURL
curl --request POST \ --url https://api.gocobalt.io/api/v2/public/webhook/unsubscribe \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "webhook_event": "<string>" }'
{ "webhook_url": "https://mysite.com/cobalt/webhook", "webhook_events": [ "Workflow Completed", "Workflow Errored" ] }
connection-created
connection-deleted
workflow-completed
workflow-errored