cURL
curl --request POST \ --url https://api.cloudglue.dev/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "description": "<string>", "endpoint": "<string>", "subscribed_events": [ "describe.job.processing" ] }'
{ "id": "<string>", "object": "webhook", "created_at": 123, "webhook_secret": "<string>", "endpoint": "<string>", "active": true, "description": "<string>", "subscribed_events": [ "describe.job.processing" ] }
Create a webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webhook creation parameters
The body is of type object.
object
Webhook created successfully
The response is of type object.