Verify Email
Auth
Verify Email
Confirm an email address using the verification token
GET
Verify Email
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.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
None required. The verification token in the URL serves as authentication.Path Parameters
Email verification token from the verification email.
Response
Confirmation message.
Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Token is invalid or has already been used |

