Skip to main content
POST
Create a webhook endpoint

Authorizations

Authorization
string
header
required

Send Authorization: Bearer . Gate business endpoints require sk_* secret keys. Gate workflow endpoints use gate-native bearer tokens such as gtpoll_* or agt_* where documented.

Path Parameters

organizationId
string
required
Pattern: ^org_[0123456789abcdefghjkmnpqrstvwxyz]{26}$
Example:

"org_f6m39y94nh6fs513q03skj929c"

Body

application/json
name
string
required
Minimum string length: 1
Example:

"Acme Growth Workspace"

url
string<uri>
required
Example:

"https://app.acme.co/signup"

event_types
enum<string>[]
required
Minimum array length: 1
Available options:
session.fingerprint.calculated,
session.result.persisted,
gate.session.approved
Example:

Response

Webhook endpoint created.

data
object
required
Example:
meta
object
required
Example: