Skip to main content
POST
Configure outbound webhook

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Organization-Id
string

Tenant organization ID. Accepted but ignored: the tenant is determined by the credentials you authenticate with, so sending this header, or sending a different value in it, changes nothing.

Idempotency-Key
string

Client-supplied idempotency key. Required in practice even though the schema marks it optional: a request that omits this header is refused with 400 PBP-0012.

Cuerpo

application/json
callbackUrl
string
requerido
enabledEvents
string[] | null
requerido
secret
string
requerido
active
boolean

Respuesta

OK

active
boolean
requerido
callbackUrl
string
requerido
createdAt
string
requerido
enabledEvents
string[] | null
requerido
id
string
requerido
secret
string
requerido

Always the literal "[REDACTED]" — the signing secret is never returned by this API.

Ejemplo:

"[REDACTED]"

updatedAt
string
requerido