some-addition-86177
06/18/2023, 2:47 PMchilly-king-10285
06/18/2023, 2:47 PMchilly-king-10285
06/18/2023, 2:48 PM/self-service/verification/browser
endpoint. Here's an example cURL command: sh curl -X GET \ -H 'Accept: application/json' \ -c cookies.txt \ "https://{project.slug}.<http://projects.oryapis.com/self-service/verification/browser|projects.oryapis.com/self-service/verification/browser>"
This command will save the cookies in a file called cookies.txt
. After initiating the flow, the user will receive an email with a verification link. The user needs to click on the link to complete the verification process. For more information, refer to the [Create Verification Flow for Browser Clients](https://www.ory.sh/docs/kratos/reference/api#operation/initializeSelfServiceVerificationForBrowsers) documentation.some-addition-86177
06/18/2023, 2:49 PMchilly-king-10285
06/18/2023, 2:49 PMchilly-king-10285
06/18/2023, 2:50 PMjson { "id": 4010006, "text": "Could not find a strategy to verify your account with. Did you fill out the form correctly?", "type": "error" }
This error occurs when the verification flow cannot find a suitable strategy to verify your account. Make sure you have filled out the form correctly and provided the necessary information. If you're using cURL to update the verification flow, ensure that you're sending the correct data in the request. Double-check the API documentation and the format of the data you're sending. For more information on the verification flow, refer to the [Integration basics > Verification flow](https://www.ory.sh/docs/kratos/bring-your-own-ui/custom-ui-basic-integration#verification-flow) and [Email address verification > Choosing the right strategy](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#choosing-the-right-strategy) sections in the Ory documentation.