Resend a confirmation email
Send a new confirmation email link to confirm user's account.
- application/json
Request Body required
Account confirmation request
- email string required
Responses
- 200
- 400
- 401
- 500
{"token": "value"}
- application/json
- Schema
Schema
- string
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...