{"items":[{"type":"link","label":"Webhook Events","link":"/docs/openapi/webhook-events-v1","routeSlug":"/docs/openapi/webhook-events-v1","content":{"contentType":"overview","meta":{"name":"Webhook Events"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"webhook-events-v1.json","url":"/_bundle/docs/openapi/webhook-events-v1.json?download"},{"kind":"download","label":"webhook-events-v1.yaml","url":"/_bundle/docs/openapi/webhook-events-v1.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Webhook Events (1.2.0)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event payloads delivered to your configured webhook endpoint."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"These are "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"outgoing events"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — DeepCredentials sends these to your webhook URL when an event occurs."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Every payload is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"slim by design"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field carries only the resource id and the status values relevant to the event. To read claims, captured data, identification details, or any other field, fetch the resource via the documented GET endpoint with your API credential. This guarantees no captured data or PII leaves DeepCredentials over the webhook channel without an authenticated call."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivery currently makes one synchronous attempt. A failed attempt is logged and discarded, so callbacks can be missed. Reconcile authoritative state through the documented authenticated B2B GET and list endpoints."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"../guides/webhooks.md"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for setup, signature verification, and best practices."},"children":[]}]}]}]}],"sectionId":"/docs/openapi/webhook-events-v1"}],"sectionId":"/docs/openapi/webhook-events-v1"}]}]}},{"type":"group","label":"Webhook Events","link":"/docs/openapi/webhook-events-v1/webhook-events","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events","items":[{"label":"Verification Completed","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:verification.completed","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:verification.completed","metadata":{"seo":{"title":"Verification Completed","description":"Delivered when a verification session reaches a terminal status (success, failed, or expired)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:verification.completed","name":"Verification Completed","isWebhook":true,"pointer":"/paths/verification.completed/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Verification Completed","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when a verification session reaches a terminal status ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"success"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"failed"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"expired"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fetch the full session snapshot — requested fields, captured "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"credential_subject_data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", error fields — via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/verification-sessions/{sessionId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/verification.completed/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_88","exampleIds":["paths/verification.completed/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_88","exampleIds":["paths/verification.completed/post/requestBody/content/application~1json/example"],"pointer":"/paths/verification.completed/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"verification.completed","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_88","exampleIds":["paths/verification.completed/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"verification.completed","href":"webhook-events/webhook:verification.completed","openApiOperationId":"webhook:verification.completed","summary":"Verification Completed"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_88","exampleIds":["paths/verification.completed/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_88","exampleIds":["paths/verification.completed/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/verification.completed/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:verification.completed"}],"panels":[]}]},"httpPath":"verification.completed"},{"label":"Issuing Status Changed","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:issuing.status_changed","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:issuing.status_changed","metadata":{"seo":{"title":"Issuing Status Changed","description":"Delivered when a credential offer reaches a terminal status (issued, failed, or expired)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:issuing.status_changed","name":"Issuing Status Changed","isWebhook":true,"pointer":"/paths/issuing.status_changed/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Issuing Status Changed","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when a credential offer reaches a terminal status ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"issued"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"failed"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"expired"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fetch the full offer snapshot — claims, template, issued credential id, error fields — via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/credential-offers/{offerId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/issuing.status_changed/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_89","exampleIds":["paths/issuing.status_changed/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_89","exampleIds":["paths/issuing.status_changed/post/requestBody/content/application~1json/example"],"pointer":"/paths/issuing.status_changed/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"issuing.status_changed","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_89","exampleIds":["paths/issuing.status_changed/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"issuing.status_changed","href":"webhook-events/webhook:issuing.status_changed","openApiOperationId":"webhook:issuing.status_changed","summary":"Issuing Status Changed"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_89","exampleIds":["paths/issuing.status_changed/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_89","exampleIds":["paths/issuing.status_changed/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/issuing.status_changed/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:issuing.status_changed"}],"panels":[]}]},"httpPath":"issuing.status_changed"},{"label":"Credential Invitation Status Changed","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:credential_invitation.status_changed","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:credential_invitation.status_changed","metadata":{"seo":{"title":"Credential Invitation Status Changed","description":"Delivered when a credential invitation reaches a terminal status: redeemed, expired, or revoked. Creation and code rotation do not emit this event."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:credential_invitation.status_changed","name":"Credential Invitation Status Changed","isWebhook":true,"pointer":"/paths/credential_invitation.status_changed/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Credential Invitation Status Changed","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when a credential invitation reaches a terminal status: "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"redeemed"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"expired"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"revoked"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Creation and code rotation do not emit this event."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This event is opt-in. Existing webhook configurations must enable it in the portal. On "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"redeemed"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"offer_id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" identifies the new credential offer and starts the normal offer lifecycle. Fetch the authoritative invitation metadata through "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/credential-invitations/{invitationId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/credential_invitation.status_changed/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_90","exampleIds":["paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/redeemed","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/expired","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/revoked"]}},"schemaId":"schema_90","exampleIds":["paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/redeemed","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/expired","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/revoked"],"pointer":"/paths/credential_invitation.status_changed/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"credential_invitation.status_changed","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_90","exampleIds":["paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/redeemed","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/expired","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/revoked"]}},"responseCodes":["200"],"pointer":"credential_invitation.status_changed","href":"webhook-events/webhook:credential_invitation.status_changed","openApiOperationId":"webhook:credential_invitation.status_changed","summary":"Credential Invitation Status Changed"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_90","exampleIds":["paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/redeemed","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/expired","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/revoked"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_90","exampleIds":["paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/redeemed","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/expired","paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/revoked"]}},"examples":[{},{},{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/credential_invitation.status_changed/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:credential_invitation.status_changed"}],"panels":[]}]},"httpPath":"credential_invitation.status_changed"},{"label":"Credential Status Changed","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:credential.status_changed","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:credential.status_changed","metadata":{"seo":{"title":"Credential Status Changed","description":"Delivered when an issued credential's status changes (revoked, suspended, or active for a reactivation)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:credential.status_changed","name":"Credential Status Changed","isWebhook":true,"pointer":"/paths/credential.status_changed/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Credential Status Changed","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when an issued credential's status changes ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"revoked"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"suspended"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"active"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for a reactivation)."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fetch the full credential snapshot via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/issued-credentials/{credentialId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/credential.status_changed/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_91","exampleIds":["paths/credential.status_changed/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_91","exampleIds":["paths/credential.status_changed/post/requestBody/content/application~1json/example"],"pointer":"/paths/credential.status_changed/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"credential.status_changed","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_91","exampleIds":["paths/credential.status_changed/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"credential.status_changed","href":"webhook-events/webhook:credential.status_changed","openApiOperationId":"webhook:credential.status_changed","summary":"Credential Status Changed"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_91","exampleIds":["paths/credential.status_changed/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_91","exampleIds":["paths/credential.status_changed/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/credential.status_changed/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:credential.status_changed"}],"panels":[]}]},"httpPath":"credential.status_changed"},{"label":"Self-Service Request Submitted","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.submitted","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.submitted","metadata":{"seo":{"title":"Self-Service Request Submitted","description":"Delivered when an end-user finishes the self-service flow (filled the form + completed identification if required) and the request is ready for a decision."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:self_service.request.submitted","name":"Self-Service Request Submitted","isWebhook":true,"pointer":"/paths/self_service.request.submitted/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Self-Service Request Submitted","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when an end-user finishes the self-service flow (filled the form + completed identification if required) and the request is ready for a decision."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Only fires for configs with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"verification_mode: webhook"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" In "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"manual"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" mode the request is approved/rejected from the portal UI; in "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"automatic"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" mode it is auto-approved server-side and no submitted webhook is sent."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"After receiving this event, fetch the request via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/self-service/requests/{requestId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to inspect captured claims and the admin-claims schema, then POST your decision to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"/b2b/v1/self-service/requests/{requestId}/decision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.submitted/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.submitted/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_92","exampleIds":["paths/self_service.request.submitted/post/requestBody/content/application~1json/example"],"pointer":"/paths/self_service.request.submitted/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"self_service.request.submitted","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.submitted/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"self_service.request.submitted","href":"webhook-events/webhook:self_service.request.submitted","openApiOperationId":"webhook:self_service.request.submitted","summary":"Self-Service Request Submitted"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_92","exampleIds":["paths/self_service.request.submitted/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.submitted/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.submitted/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:self_service.request.submitted"}],"panels":[]}]},"httpPath":"self_service.request.submitted"},{"label":"Self-Service Request Approved","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.approved","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.approved","metadata":{"seo":{"title":"Self-Service Request Approved","description":"Delivered when a self-service request has been approved — by a portal admin (manual mode), the tenant's POST /decision call (webhook mode), or automatically server-side (automatic mode)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:self_service.request.approved","name":"Self-Service Request Approved","isWebhook":true,"pointer":"/paths/self_service.request.approved/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Self-Service Request Approved","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when a self-service request has been approved — by a portal admin ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"manual"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" mode), the tenant's "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"POST /decision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" call ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"webhook"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" mode), or automatically server-side ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"automatic"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" mode)."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fires for "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"all verification modes"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" so the tenant has an audit trail of every decision. Fetch the resulting status, offer id, and merged claims via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/self-service/requests/{requestId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.approved/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.approved/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_92","exampleIds":["paths/self_service.request.approved/post/requestBody/content/application~1json/example"],"pointer":"/paths/self_service.request.approved/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"self_service.request.approved","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.approved/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"self_service.request.approved","href":"webhook-events/webhook:self_service.request.approved","openApiOperationId":"webhook:self_service.request.approved","summary":"Self-Service Request Approved"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_92","exampleIds":["paths/self_service.request.approved/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.approved/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.approved/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:self_service.request.approved"}],"panels":[]}]},"httpPath":"self_service.request.approved"},{"label":"Self-Service Request Rejected","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.rejected","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.rejected","metadata":{"seo":{"title":"Self-Service Request Rejected","description":"Delivered when a self-service request has been rejected — by a portal admin (manual mode) or by the tenant's POST /decision call (webhook mode)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:self_service.request.rejected","name":"Self-Service Request Rejected","isWebhook":true,"pointer":"/paths/self_service.request.rejected/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Self-Service Request Rejected","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when a self-service request has been rejected — by a portal admin ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"manual"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" mode) or by the tenant's "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"POST /decision"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" call ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"webhook"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" mode)."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fetch the rejection reason and the full request via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/self-service/requests/{requestId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.rejected/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.rejected/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_92","exampleIds":["paths/self_service.request.rejected/post/requestBody/content/application~1json/example"],"pointer":"/paths/self_service.request.rejected/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"self_service.request.rejected","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.rejected/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"self_service.request.rejected","href":"webhook-events/webhook:self_service.request.rejected","openApiOperationId":"webhook:self_service.request.rejected","summary":"Self-Service Request Rejected"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_92","exampleIds":["paths/self_service.request.rejected/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.rejected/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.rejected/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:self_service.request.rejected"}],"panels":[]}]},"httpPath":"self_service.request.rejected"},{"label":"Self-Service Request — Credential Issued","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.credential_issued","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.credential_issued","metadata":{"seo":{"title":"Self-Service Request — Credential Issued","description":"Delivered when the end-user's wallet has accepted the credential offer created from a self-service request — terminal success."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:self_service.request.credential_issued","name":"Self-Service Request — Credential Issued","isWebhook":true,"pointer":"/paths/self_service.request.credential_issued/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Self-Service Request — Credential Issued","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when the end-user's wallet has accepted the credential offer created from a self-service request — terminal success."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fires for "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"all verification modes"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Fetch the full request (including "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"offer_id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"completed_at"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":") via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/self-service/requests/{requestId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.credential_issued/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.credential_issued/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_92","exampleIds":["paths/self_service.request.credential_issued/post/requestBody/content/application~1json/example"],"pointer":"/paths/self_service.request.credential_issued/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"self_service.request.credential_issued","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.credential_issued/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"self_service.request.credential_issued","href":"webhook-events/webhook:self_service.request.credential_issued","openApiOperationId":"webhook:self_service.request.credential_issued","summary":"Self-Service Request — Credential Issued"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_92","exampleIds":["paths/self_service.request.credential_issued/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.credential_issued/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.credential_issued/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:self_service.request.credential_issued"}],"panels":[]}]},"httpPath":"self_service.request.credential_issued"},{"label":"Self-Service Request — Offer Expired","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.offer_expired","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.offer_expired","metadata":{"seo":{"title":"Self-Service Request — Offer Expired","description":"Delivered when the live credential offer created from an approved self-service request expired before the end-user's wallet accepted it. Terminal — no further delivery for this request id. If the user still needs the credential, ask them to submit a new request."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:self_service.request.offer_expired","name":"Self-Service Request — Offer Expired","isWebhook":true,"pointer":"/paths/self_service.request.offer_expired/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Self-Service Request — Offer Expired","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when the live credential offer created from an approved self-service request expired before the end-user's wallet accepted it. Terminal — no further delivery for this request id. If the user still needs the credential, ask them to submit a new request."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fires for "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"all verification modes"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Fetch the full request via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/self-service/requests/{requestId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.offer_expired/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.offer_expired/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_92","exampleIds":["paths/self_service.request.offer_expired/post/requestBody/content/application~1json/example"],"pointer":"/paths/self_service.request.offer_expired/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"self_service.request.offer_expired","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.offer_expired/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"self_service.request.offer_expired","href":"webhook-events/webhook:self_service.request.offer_expired","openApiOperationId":"webhook:self_service.request.offer_expired","summary":"Self-Service Request — Offer Expired"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_92","exampleIds":["paths/self_service.request.offer_expired/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.offer_expired/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.offer_expired/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:self_service.request.offer_expired"}],"panels":[]}]},"httpPath":"self_service.request.offer_expired"},{"label":"Self-Service Request — Failed","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.failed","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:self_service.request.failed","metadata":{"seo":{"title":"Self-Service Request — Failed","description":"Delivered when a self-service request reaches a non-recoverable failure state — typically the end-user's wallet rejected the credential after starting the OID4VCI exchange. Terminal — ask the user to update their wallet (the usual culprit) and submit a new request."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:self_service.request.failed","name":"Self-Service Request — Failed","isWebhook":true,"pointer":"/paths/self_service.request.failed/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Self-Service Request — Failed","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when a self-service request reaches a non-recoverable failure state — typically the end-user's wallet rejected the credential after starting the OID4VCI exchange. Terminal — ask the user to update their wallet (the usual culprit) and submit a new request."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Fires for "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"all verification modes"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Fetch the full request via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/self-service/requests/{requestId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.failed/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.failed/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_92","exampleIds":["paths/self_service.request.failed/post/requestBody/content/application~1json/example"],"pointer":"/paths/self_service.request.failed/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"self_service.request.failed","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.failed/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"self_service.request.failed","href":"webhook-events/webhook:self_service.request.failed","openApiOperationId":"webhook:self_service.request.failed","summary":"Self-Service Request — Failed"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_92","exampleIds":["paths/self_service.request.failed/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92","exampleIds":["paths/self_service.request.failed/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/self_service.request.failed/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:self_service.request.failed"}],"panels":[]}]},"httpPath":"self_service.request.failed"},{"label":"Swiyu Integration Configured","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:swiyu.configured","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:swiyu.configured","metadata":{"seo":{"title":"Swiyu Integration Configured","description":"Delivered when your organization's swiyu issuance/verification integration becomes active for an environment — the environment is ready to issue and verify credentials."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:swiyu.configured","name":"Swiyu Integration Configured","isWebhook":true,"pointer":"/paths/swiyu.configured/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Swiyu Integration Configured","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when your organization's swiyu issuance/verification integration becomes active for an environment — the environment is ready to issue and verify credentials."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is a "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"system event"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" about your environment's configuration, not a per-resource event. It is delivered to every configured webhook endpoint regardless of the per-event subscription grid."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/swiyu.configured/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_93","exampleIds":["paths/swiyu.configured/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_93","exampleIds":["paths/swiyu.configured/post/requestBody/content/application~1json/example"],"pointer":"/paths/swiyu.configured/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"swiyu.configured","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_93","exampleIds":["paths/swiyu.configured/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"swiyu.configured","href":"webhook-events/webhook:swiyu.configured","openApiOperationId":"webhook:swiyu.configured","summary":"Swiyu Integration Configured"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_93","exampleIds":["paths/swiyu.configured/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_93","exampleIds":["paths/swiyu.configured/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/swiyu.configured/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:swiyu.configured"}],"panels":[]}]},"httpPath":"swiyu.configured"},{"label":"Swiyu Integration Removed","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":true,"type":"link","link":"/docs/openapi/webhook-events-v1/webhook-events/webhook:swiyu.deconfigured","routeSlug":"/docs/openapi/webhook-events-v1/webhook-events/webhook:swiyu.deconfigured","metadata":{"seo":{"title":"Swiyu Integration Removed","description":"Delivered when your organization's swiyu integration for an environment is removed — the environment can no longer issue or verify credentials until it is reconfigured."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"webhook:swiyu.deconfigured","name":"Swiyu Integration Removed","isWebhook":true,"pointer":"/paths/swiyu.deconfigured/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Swiyu Integration Removed","isWebhook":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delivered when your organization's swiyu integration for an environment is removed — the environment can no longer issue or verify credentials until it is reconfigured."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is a "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"system event"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" about your environment's configuration, not a per-resource event. It is delivered to every configured webhook endpoint regardless of the per-event subscription grid."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Webhook-Event","in":"header","schemaId":"schema_84","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type (same as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" field in body)."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Signature","in":"header","schemaId":"schema_85","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HMAC-SHA256 hex digest of the raw request body. Verifying is "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"recommended"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" — see the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/docs/guides/webhooks#verifying-signatures"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Webhooks guide"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"required":true},{"name":"X-Webhook-Timestamp","in":"header","schemaId":"schema_86","description":"Unix timestamp of the event.","required":true},{"name":"X-Webhook-Signature-Previous","in":"header","schemaId":"schema_87","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Present during the 24-hour secret rotation grace period — signature with the previous secret."},"children":[]}]}]}]}],"pointer":"/paths/swiyu.deconfigured/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_93","exampleIds":["paths/swiyu.deconfigured/post/requestBody/content/application~1json/example"]}},"schemaId":"schema_93","exampleIds":["paths/swiyu.deconfigured/post/requestBody/content/application~1json/example"],"pointer":"/paths/swiyu.deconfigured/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"webhook","method":"POST","path":"swiyu.deconfigured","servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"X-Webhook-Event","in":"header","required":true,"schemaId":"schema_84"},{"name":"X-Webhook-Signature","in":"header","required":true,"example":"a1b2c3d4e5f6...","schemaId":"schema_85"},{"name":"X-Webhook-Timestamp","in":"header","required":true,"example":"1747393200","schemaId":"schema_86"},{"name":"X-Webhook-Signature-Previous","in":"header","required":false,"example":"d4e5f6a7b8c9...","schemaId":"schema_87"}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_93","exampleIds":["paths/swiyu.deconfigured/post/requestBody/content/application~1json/example"]}},"responseCodes":["200"],"pointer":"swiyu.deconfigured","href":"webhook-events/webhook:swiyu.deconfigured","openApiOperationId":"webhook:swiyu.deconfigured","summary":"Swiyu Integration Removed"},"isWebhook":true,"hideReplay":false,"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","description":"Mock server","isMockServer":true}],"schemaId":"schema_93","exampleIds":["paths/swiyu.deconfigured/post/requestBody/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_93","exampleIds":["paths/swiyu.deconfigured/post/requestBody/content/application~1json/example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event acknowledged — return any "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"2xx"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status to confirm receipt."},"children":[]}]}]}]}],"pointer":"/paths/swiyu.deconfigured/post/responses"}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhook-events/webhook:swiyu.deconfigured"}],"panels":[]}]},"httpPath":"swiyu.deconfigured"}],"content":{"contentType":"group","meta":{"name":"Webhook Events"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Webhook Events","showPageActions":true},{"nodeType":"markdoc","content":"Event payloads delivered to your webhook endpoint."}],"panels":[{"children":[{"kind":"group-items","title":"Webhooks","titleTranslationKey":"webhooks","items":[{"title":"verification.completed","summary":"Verification Completed","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:verification.completed","deprecated":false},{"title":"issuing.status_changed","summary":"Issuing Status Changed","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:issuing.status_changed","deprecated":false},{"title":"credential_invitation.status_changed","summary":"Credential Invitation Status Changed","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:credential_invitation.status_changed","deprecated":false},{"title":"credential.status_changed","summary":"Credential Status Changed","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:credential.status_changed","deprecated":false},{"title":"self_service.request.submitted","summary":"Self-Service Request Submitted","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:self_service.request.submitted","deprecated":false},{"title":"self_service.request.approved","summary":"Self-Service Request Approved","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:self_service.request.approved","deprecated":false},{"title":"self_service.request.rejected","summary":"Self-Service Request Rejected","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:self_service.request.rejected","deprecated":false},{"title":"self_service.request.credential_issued","summary":"Self-Service Request — Credential Issued","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:self_service.request.credential_issued","deprecated":false},{"title":"self_service.request.offer_expired","summary":"Self-Service Request — Offer Expired","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:self_service.request.offer_expired","deprecated":false},{"title":"self_service.request.failed","summary":"Self-Service Request — Failed","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:self_service.request.failed","deprecated":false},{"title":"swiyu.configured","summary":"Swiyu Integration Configured","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:swiyu.configured","deprecated":false},{"title":"swiyu.deconfigured","summary":"Swiyu Integration Removed","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhook-events/webhook:swiyu.deconfigured","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/EnvelopeFields":{"id":"components/schemas/EnvelopeFields","kind":"json-schema","title":"EnvelopeFields","data":{"type":"object","properties":{"event":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Event type identifier (same value as the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"X-Webhook-Event"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header)."},"children":[]}]}]}]},"tenant_id":{"type":"string","format":"uuid","description":"Your organization ID.","example":"550e8400-e29b-41d4-a716-446655440000"},"timestamp":{"type":"string","format":"date-time","description":"When the event occurred (RFC 3339 UTC).","example":"2026-05-16T10:00:00Z"}}}},"components/schemas/VerificationCompletedData":{"id":"components/schemas/VerificationCompletedData","kind":"json-schema","title":"VerificationCompletedData","data":{"type":"object","required":["session_id","status"],"properties":{"session_id":{"type":"string","format":"uuid","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the verification session. Fetch the full snapshot (requested fields, captured "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"credential_subject_data"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", error fields) via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/verification-sessions/{sessionId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"example":"7c9e6679-7425-40de-944b-e07fc1f90ae7"},"status":{"type":"string","enum":["success","failed","expired"],"description":"Terminal status reached.","example":"success"},"credential_status":{"type":"string","enum":["valid","suspended","revoked"],"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Token-status-list state of the presented credential. Present when a successful verification resolved credential status; evaluate it in addition to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"status"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" when suspended or revoked credentials should not be accepted."},"children":[]}]}]}],"example":"valid"}}}},"components/schemas/IssuingStatusChangedData":{"id":"components/schemas/IssuingStatusChangedData","kind":"json-schema","title":"IssuingStatusChangedData","data":{"type":"object","required":["offer_id","status"],"properties":{"offer_id":{"type":"string","format":"uuid","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the credential offer. Fetch the full snapshot (claims, template, issued credential id, error fields) via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/credential-offers/{offerId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"example":"7c9e6679-7425-40de-944b-e07fc1f90ae7"},"status":{"type":"string","enum":["issued","failed","expired"],"description":"Terminal status the offer just reached.","example":"issued"}}}},"components/schemas/CredentialInvitationStatusChangedData":{"id":"components/schemas/CredentialInvitationStatusChangedData","kind":"json-schema","title":"CredentialInvitationStatusChangedData","data":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Slim terminal invitation hint. "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"offer_id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" is present only for "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"redeemed"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This object never contains an invitation code, email address, claims, credential values, custom message, or redemption URL. Fetch the current code-free invitation metadata through "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/credential-invitations/{invitationId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"oneOf":[{"title":"Redeemed invitation","type":"object","additionalProperties":false,"required":["invitation_id","status","offer_id"],"properties":{"invitation_id":{"type":"string","format":"uuid","description":"ID of the credential invitation."},"status":{"const":"redeemed","description":"Terminal status the invitation reached."},"offer_id":{"type":"string","format":"uuid","description":"ID of the credential offer created by redemption."}}},{"title":"Expired invitation","type":"object","additionalProperties":false,"required":["invitation_id","status"],"properties":{"invitation_id":{"type":"string","format":"uuid","description":"ID of the credential invitation."},"status":{"const":"expired","description":"Terminal status the invitation reached."}}},{"title":"Revoked invitation","type":"object","additionalProperties":false,"required":["invitation_id","status"],"properties":{"invitation_id":{"type":"string","format":"uuid","description":"ID of the credential invitation."},"status":{"const":"revoked","description":"Terminal status the invitation reached."}}}]}},"components/schemas/CredentialStatusChangedData":{"id":"components/schemas/CredentialStatusChangedData","kind":"json-schema","title":"CredentialStatusChangedData","data":{"type":"object","required":["credential_id","status"],"properties":{"credential_id":{"type":"string","format":"uuid","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the issued credential. Fetch the full snapshot via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/issued-credentials/{credentialId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"example":"7c9e6679-7425-40de-944b-e07fc1f90ae7"},"status":{"type":"string","enum":["active","suspended","revoked"],"description":"New credential status.","example":"revoked"}}}},"components/schemas/SelfServiceRequestData":{"id":"components/schemas/SelfServiceRequestData","kind":"json-schema","title":"SelfServiceRequestData","data":{"type":"object","required":["request_id"],"properties":{"request_id":{"type":"string","format":"uuid","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the self-service request. Fetch the full snapshot (status, captured claims, extra fields, identification result, offer id, admin-claims schema) via "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /b2b/v1/self-service/requests/{requestId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"example":"8a3b1f2e-9c4d-4e5a-b1c2-d3e4f5a6b7c8"}}}},"components/schemas/SwiyuConfigData":{"id":"components/schemas/SwiyuConfigData","kind":"json-schema","title":"SwiyuConfigData","data":{"type":"object","required":["tenant_id","environment","action"],"properties":{"tenant_id":{"type":"string","format":"uuid","description":"Your organization ID.","example":"550e8400-e29b-41d4-a716-446655440000"},"environment":{"type":"string","enum":["beta","production"],"description":"Environment whose swiyu integration changed.","example":"beta"},"action":{"type":"string","enum":["configured","deconfigured"],"description":"Whether the integration was configured or removed.","example":"configured"}}}},"schema_84":{"kind":"json-schema","data":{"type":"string"},"id":"schema_84"},"schema_85":{"kind":"json-schema","data":{"type":"string","example":"a1b2c3d4e5f6..."},"id":"schema_85"},"schema_86":{"kind":"json-schema","data":{"type":"string","example":"1747393200"},"id":"schema_86"},"schema_87":{"kind":"json-schema","data":{"type":"string","example":"d4e5f6a7b8c9..."},"id":"schema_87"},"schema_88":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/EnvelopeFields"},{"type":"object","required":["event","tenant_id","timestamp","data"],"properties":{"data":{"$ref":"#/components/schemas/VerificationCompletedData"}}}]},"id":"schema_88"},"schema_89":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/EnvelopeFields"},{"type":"object","required":["event","tenant_id","timestamp","data"],"properties":{"data":{"$ref":"#/components/schemas/IssuingStatusChangedData"}}}]},"id":"schema_89"},"schema_90":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/EnvelopeFields"},{"type":"object","required":["event","tenant_id","timestamp","data"],"properties":{"data":{"$ref":"#/components/schemas/CredentialInvitationStatusChangedData"}}}]},"id":"schema_90"},"schema_91":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/EnvelopeFields"},{"type":"object","required":["event","tenant_id","timestamp","data"],"properties":{"data":{"$ref":"#/components/schemas/CredentialStatusChangedData"}}}]},"id":"schema_91"},"schema_92":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/EnvelopeFields"},{"type":"object","required":["event","tenant_id","timestamp","data"],"properties":{"data":{"$ref":"#/components/schemas/SelfServiceRequestData"}}}]},"id":"schema_92"},"schema_93":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/EnvelopeFields"},{"type":"object","required":["event","tenant_id","timestamp","data"],"properties":{"data":{"$ref":"#/components/schemas/SwiyuConfigData"}}}]},"id":"schema_93"}},"exampleStore":{"paths/verification.completed/post/requestBody/content/application~1json/example":{"value":{"event":"verification.completed","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-03-29T12:00:00Z","data":{"session_id":"7c9e6679-7425-40de-944b-e07fc1f90ae7","status":"success","credential_status":"valid"}},"id":"paths/verification.completed/post/requestBody/content/application~1json/example"},"paths/issuing.status_changed/post/requestBody/content/application~1json/example":{"value":{"event":"issuing.status_changed","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-04-02T12:01:00Z","data":{"offer_id":"7c9e6679-7425-40de-944b-e07fc1f90ae7","status":"issued"}},"id":"paths/issuing.status_changed/post/requestBody/content/application~1json/example"},"paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/redeemed":{"value":{"event":"credential_invitation.status_changed","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-08-18T10:03:00Z","data":{"invitation_id":"305ac8b8-299a-4e63-a969-405840e67772","status":"redeemed","offer_id":"4638c446-a36d-4993-92f2-ea760fbad19e"}},"key":"redeemed","summary":"Invitation redeemed into an offer","id":"paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/redeemed"},"paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/expired":{"value":{"event":"credential_invitation.status_changed","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-08-19T10:00:00Z","data":{"invitation_id":"305ac8b8-299a-4e63-a969-405840e67772","status":"expired"}},"key":"expired","summary":"Invitation expired without redemption","id":"paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/expired"},"paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/revoked":{"value":{"event":"credential_invitation.status_changed","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-08-18T10:02:00Z","data":{"invitation_id":"305ac8b8-299a-4e63-a969-405840e67772","status":"revoked"}},"key":"revoked","summary":"Invitation revoked by the organization","id":"paths/credential_invitation.status_changed/post/requestBody/content/application~1json/examples/revoked"},"paths/credential.status_changed/post/requestBody/content/application~1json/example":{"value":{"event":"credential.status_changed","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-04-02T14:00:00Z","data":{"credential_id":"7c9e6679-7425-40de-944b-e07fc1f90ae7","status":"revoked"}},"id":"paths/credential.status_changed/post/requestBody/content/application~1json/example"},"paths/self_service.request.submitted/post/requestBody/content/application~1json/example":{"value":{"event":"self_service.request.submitted","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-05-16T10:00:00Z","data":{"request_id":"8a3b1f2e-9c4d-4e5a-b1c2-d3e4f5a6b7c8"}},"id":"paths/self_service.request.submitted/post/requestBody/content/application~1json/example"},"paths/self_service.request.approved/post/requestBody/content/application~1json/example":{"value":{"event":"self_service.request.approved","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-05-16T10:05:00Z","data":{"request_id":"8a3b1f2e-9c4d-4e5a-b1c2-d3e4f5a6b7c8"}},"id":"paths/self_service.request.approved/post/requestBody/content/application~1json/example"},"paths/self_service.request.rejected/post/requestBody/content/application~1json/example":{"value":{"event":"self_service.request.rejected","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-05-16T10:05:00Z","data":{"request_id":"8a3b1f2e-9c4d-4e5a-b1c2-d3e4f5a6b7c8"}},"id":"paths/self_service.request.rejected/post/requestBody/content/application~1json/example"},"paths/self_service.request.credential_issued/post/requestBody/content/application~1json/example":{"value":{"event":"self_service.request.credential_issued","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-05-16T10:10:00Z","data":{"request_id":"8a3b1f2e-9c4d-4e5a-b1c2-d3e4f5a6b7c8"}},"id":"paths/self_service.request.credential_issued/post/requestBody/content/application~1json/example"},"paths/self_service.request.offer_expired/post/requestBody/content/application~1json/example":{"value":{"event":"self_service.request.offer_expired","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-05-16T10:25:00Z","data":{"request_id":"8a3b1f2e-9c4d-4e5a-b1c2-d3e4f5a6b7c8"}},"id":"paths/self_service.request.offer_expired/post/requestBody/content/application~1json/example"},"paths/self_service.request.failed/post/requestBody/content/application~1json/example":{"value":{"event":"self_service.request.failed","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-05-16T10:12:00Z","data":{"request_id":"8a3b1f2e-9c4d-4e5a-b1c2-d3e4f5a6b7c8"}},"id":"paths/self_service.request.failed/post/requestBody/content/application~1json/example"},"paths/swiyu.configured/post/requestBody/content/application~1json/example":{"value":{"event":"swiyu.configured","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-05-16T09:00:00Z","data":{"tenant_id":"550e8400-e29b-41d4-a716-446655440000","environment":"beta","action":"configured"}},"id":"paths/swiyu.configured/post/requestBody/content/application~1json/example"},"paths/swiyu.deconfigured/post/requestBody/content/application~1json/example":{"value":{"event":"swiyu.deconfigured","tenant_id":"550e8400-e29b-41d4-a716-446655440000","timestamp":"2026-05-16T09:00:00Z","data":{"tenant_id":"550e8400-e29b-41d4-a716-446655440000","environment":"beta","action":"deconfigured"}},"id":"paths/swiyu.deconfigured/post/requestBody/content/application~1json/example"}},"securitySchemeStore":{},"servers":[{"url":"/_mock/docs/openapi/webhook-events-v1","isMockServer":true,"description":"Mock server"}]},"options":{"hideSidebar":true,"mockServer":{"url":"/_mock/docs/openapi/webhook-events-v1","position":"first","description":"Mock server"},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/docs/openapi/webhook-events-v1.json?download"},{"url":"/_bundle/docs/openapi/webhook-events-v1.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Webhook Events","description":"Event payloads delivered to your webhook endpoint"}},"baseSlug":"/docs/openapi/webhook-events-v1","routesMapping":{}}