Skip to main content
POST
Create a webhook endpoint

Authorizations

Authorization
string
header
required

An identity bearer token for a person or your backend. Capabilities are per member, per workspace. This credential can manage the workspace and can never authorize an action as an agent.

Path Parameters

workspace_slug
string
required

Body

application/json
url
string<uri>
required
Example:

"https://app.example.com/webhooks/kordio"

status
enum<string>
default:active
Available options:
active,
disabled
enabled_events
enum<string>[]
Available options:
action.requires_approval,
action.completed,
action.failed,
payment.requires_approval,
payment.executed,
payment.failed,
approval.resolved,
budget.low,
spend_token.expired
Example:

Response

The endpoint, including its signing secret.

data
object