> ## Documentation Index
> Fetch the complete documentation index at: https://veridical-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Workos

> Apply a signed WorkOS identity lifecycle event idempotently.



## OpenAPI

````yaml /openapi.json post /webhook/workos
openapi: 3.1.0
info:
  title: Veridical API
  version: 1.0.0
servers:
  - url: https://api.veridical.dev
security: []
paths:
  /webhook/workos:
    post:
      tags:
        - identity
      summary: Webhook Workos
      description: Apply a signed WorkOS identity lifecycle event idempotently.
      operationId: webhook_workos_webhook_workos_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response
      security: []

````