Skip to main content
POST
/
v1
/
auth
/
resend-otp
Resend company OTP
curl --request POST \
  --url https://sgjm-api.vohoangphuc.com/v1/auth/resend-otp \
  --cookie auth_token=
{
  "success": true,
  "message": "<string>"
}

Authorizations

auth_token
string
cookie
required

JWE token stored in HttpOnly cookie

Response

OTP resent successfully

success
boolean
message
string