Skip to main content
POST
/
api
/
webhooks
Create outbound webhook
curl --request POST \
  --url https://atollhq.com/api/webhooks \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "events": [
    "<string>"
  ],
  "enabled": true
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.atollhq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

orgId
string

Body

application/json
url
string<uri>
required
events
string[]
enabled
boolean

Response

Successful response

The response is of type object.