Verify a TOTP generator for a user
Verify the TOTP registration with a generated code..
Path Parameters
user_id*string
Request Body
application/json
code*string
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/v2/users/string/totp/verify" \ -H "Content-Type: application/json" \ -d '{ "code": "string" }'{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?