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

  • 200

    successful operation

    Hide response attribute Show response attribute object
  • 422

    Unprocessable Entity

  • 500

    Server Error

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"
}