Skip to content

Generate verification token.

POST
/backend/v1/users/{userId}/verification/token

Generates a token for a user to verify their account and set their password.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

userId*
Typestring
Required

Responses

Successful Response
application/json
JSON
{
"token": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: