Skip to main content
POST
/
api
/
auth
/
signup
/
verify
/
resend
Resend the signup confirmation message
curl --request POST \
  --url https://api.example.com/api/auth/signup/verify/resend \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": 200,
  "message": "resent successfully."
}
'

Body

application/json
code
number
Example:

200

message
string
Example:

"resent successfully."

Response

201 - undefined