POST
/
webhooks
curl --request POST \
  --url https://api.prod.usesimple.ai/api/v1/webhooks \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "event_types": [
    "call.started"
  ],
  "description": "<string>",
  "disabled": false,
  "rate_limit": 123
}'
{
  "endpoint_id": "<string>",
  "url": "<string>",
  "event_types": [
    "call.started"
  ],
  "description": "<string>",
  "disabled": true,
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Body

application/json

Response

201
application/json

Webhook Created Successfully

The response is of type object.