/
CO
corbado
/
Corbado Backend API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 3w ago
Details
Filter operations
AuthEvents
1
Challenges
2
ClientEnvs
1
ConnectTokens
4
Exports
2
Identifiers
4
PasskeyChallenges
2
PasskeyEvents
3
Passkeys
8
PasswordManagers
1
ProjectConfig
1
Sessions
2
SSO
2
Users
10
WebhookEndpoints
4
get
/webhookEndpoints
post
/webhookEndpoints
put
/webhookEndpoints/{webhookEndpointID}
delete
/webhookEndpoints/{webhookEndpointID}
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
Changes