Debriefer

Receive WorkOS webhook

Receive WorkOS webhook events for organization changes

POST
/webhooks/workos

Header Parameters

workos-signature?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

[key: string]?unknown

Response Body

application/json

application/json

curl -X POST "https://loading/webhooks/workos" \  -H "Content-Type: application/json" \  -d '{    "property1": null,    "property2": null  }'
{
  "received": true
}
{
  "error": "string"
}