witty-orange-14106
06/18/2024, 9:48 AMchilly-king-10285
06/18/2024, 9:48 AMchilly-king-10285
06/18/2024, 9:49 AM/self-service/registration/flows?id=<flow-id>
endpoint. The flow ID is stored in the ?flow=
URL query parameter in your application. Here's an example of how to get flow data using the flow ID: bash curl -X GET \ -H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -c cookies.txt \ "https://{project.slug}.<http://projects.oryapis.com/self-service/registration/flows?id=<your-flow-id|projects.oryapis.com/self-service/registration/flows?id=<your-flow-id>>"
(Source: [Get registration flow](https://www.ory.sh/docs/kratos/bring-your-own-ui/custom-ui-basic-integration#get-registration-flow)) If you want to show the verification flow directly after the user has registered, you can refer to the [registration documentation](https://www.ory.sh/docs/identities/sign-in/actions#show-verification-after-successful-registration). Please note that these processes are designed to be separate to ensure the security and privacy of user data. Combining them or creating a unified flow could potentially expose sensitive information or create security vulnerabilities.