GET /users/:id/resend_verification_email

GET /users/{id}/resend_verification_email

Resend e-mail verification

Path parameters

  • id integer(int64) Required

    ID of the resource to fetch

Responses

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 example (200)
{
  "success": "string"
}