boundless-artist-2317
10/30/2024, 2:27 PMbrief-egg-61061
10/30/2024, 2:27 PMbrief-egg-61061
10/30/2024, 2:27 PMidentity
key to change the identity before saving to the database. - A 200 OK response code with a JSON object containing the identity.traits
key to replace identity traits. [Modify identities](https://www.ory.sh/docs/guides/integrate-with-ory-cloud-through-webhooks#modify-identities) 3. For updating verification or recovery addresses: - A 200 OK response code with a JSON object containing the identity.verifiable_addresses
key to replace identity verification addresses. [Update verification or recovery addresses](https://www.ory.sh/docs/guides/integrate-with-ory-cloud-through-webhooks#update-verification-or-recovery-addresses) 4. For flow-interrupting webhooks: - HTTP response codes 1xx, 2xx, and 3xx allow the flow to continue. - HTTP response codes 4xx and 5xx interrupt the flow and return a predefined payload. [Flow-interrupting webhooks](https://www.ory.sh/docs/guides/integrate-with-ory-cloud-through-webhooks#flow-interrupting-webhooks) It's important to note that the specific response format may vary depending on the webhook configuration and the intended action. Always refer to the Ory documentation for the most up-to-date and specific information regarding webhook response formats for your particular use case.