Skip to main content
GET
https://api.bunship.com
/
api
/
v1
/
auth
/
verify-email
/
{token}
Verify Email
curl --request GET \
  --url https://api.bunship.com/api/v1/auth/verify-email/{token} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Email verified successfully. You can now login."
}
Verifies a user’s email address using the token sent in the verification email. This endpoint is typically called when the user clicks the link in the email.

Auth

None required. The verification token in the URL serves as authentication.

Path Parameters

token
string
required
Email verification token from the verification email.

Response

message
string
Confirmation message.
{
  "message": "Email verified successfully. You can now login."
}

Errors

StatusCodeDescription
400VALIDATION_ERRORToken is invalid or has already been used

Example

curl https://api.bunship.com/api/v1/auth/verify-email/vrf_abc123def456