ResendTokenEmail

GET /confirmation

Resend message to verify the user

Responses

  • 200

    OK

  • 500

    Internal Server Error

GET /confirmation
curl \
 --request GET 'https://garden-to-yours.herokuapp.com/confirmation' \
 --header "Authorization: Bearer $ACCESS_TOKEN"