/
CO
corbado
/
Corbado Backend API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
corbado
Corbado Backend API
post
/webhookEndpoints
v1
latest
OpenAPI 3.0.3
2026-08-06
47
99
140.5 KB
WebhookEndpoints
Creates a new webhook endpoint
post
/webhookEndpoints
Request body
WebhookEndpointCreateReq
required
url
string
required
basicAuthUsername
string
basicAuthPassword
string
subscribedEvents
WebhookEventType[]
required
customHeaders
object
required
Response
Webhook endpoint has been created.
WebhookEndpoint
required
id
string
required
url
string
required
basicAuthUsername
string
required
basicAuthPassword
string
required
customHeaders
object
required
subscribedEvents
WebhookEventType[]
required
created
string
required
createdMs
integer
required
updated
string
required
updatedMs
integer
required