Create a webhook endpoint
cURL
curl --request POST \ --url 'https://api-(organization).gable.ai/v0/webhooks' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "name": "<string>", "headers": {} }'
{ "id": "<string>", "url": "<string>", "name": "<string>", "headers": {} }
Successful operation
The response is of type object.
object