Complete Email Verification
PUT
/account/verification
account
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://appwrite.io/v1/account/verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"secret": "string",
"userId": "string"
}'
Response Response Example
{
"$id": "string",
"expire": 0,
"secret": "string",
"userId": "string"
}
Request
Body Params application/json
Responses
Modified at 2023-08-16 07:28:13