VerifyEmail
Verify the email
Verify the email with the generated code.
Path Parameters
user_id*string
Request Body
application/json
verificationCode*string
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/v2/users/string/email/verify" \ -H "Content-Type: application/json" \ -d '{ "verificationCode": "string" }'{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?