Create a webhook endpoint
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/webhooks \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "url": "<string>", "name": "<string>", "headers": {} } '
{ "id": "<string>", "url": "<string>", "name": "<string>", "headers": {} }
The URL that the webhooks will be sent to
The webhook name
A map of headers
Show child attributes
Successful operation
The id of a created webhook
The url of a created webhook
The name of a created webhook