GET /users/:id/resend_verification_email
Resend e-mail verification
Path parameters
-
ID of the resource to fetch
GET /users/{id}/resend_verification_email
curl \
-X GET https://api.cosmily.com/api/v1/users/{id}/resend_verification_email \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"success": "string"
}
Response examples (200)
{
"success": "string"
}