POST
/
v0
/
webhooks
/
test
cURL
curl --request POST \
  --url 'https://api-(organization).gable.ai/v0/webhooks/test' \
  --header 'Content-Type: application/json' \
  --data '{
  "eventType": "<string>"
}'
{
  "messageId": "<string>"
}

Body

application/json

Response

200
application/json

Successful operation

The response is of type object.