Show confirmation form
GET
/auth/confirmationLast modified: 3 days ago
This endpoint is used as a pre-acceptance endpoint to show if the confirmation_token is valid and
to show the temp username is the token is valid.
Request
Query Params
confirmation_token
string
required
Confirmation token of the user
Request samples
Responses
OK(200)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
confirmation form
Data Schema
object {0}
Example
{}
Last modified: 3 days ago