/
OU
outcallerai
/
FastAPI
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v4
latest
OpenAPI 3.1.0
2026-08-03
553
368
548.9 KB
admin-webhooks
Create Webhook
post
/api/admin/webhooks
Request body
CreateWebhookRequest
required
workspace_id
string
required
provider
string
required
event_type
string
required
payload
object
required
headers
object
nullable
integration_id
string
nullable
status
string
attempts
integer
failure_reason
string
nullable
last_attempt_at
string
nullable
next_retry_at
string
nullable
resolved_at
string
nullable
Response
Successful Response
CreateWebhookResponse
required
id
string
required
workspace_id
string
required
workspace_name
string
required
provider
string
required
event_type
string
required
status
string
required
attempts
integer
required
integration_id
string
nullable
required
failure_reason
string
nullable
required
last_attempt_at
string
date-time
nullable
required
next_retry_at
string
date-time
nullable
required
resolved_at
string
date-time
nullable
required
created_at
string
date-time
required