Verify Email
Authentication
Verify Email
Verify a user email address using a verification token
POST
Verify Email
Verifies a user’s email address using the token sent to their email during registration. This endpoint confirms that the user has access to the email address they provided.Documentation Index
Fetch the complete documentation index at: https://docs.contafy.com.mx/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
No authentication required.Request Body
Email verification token sent to the user’s email address. This token is typically included in the verification link.
Response
Success message confirming email verification.
Example Request
Example Response
Error Responses
Error type identifier.
Human-readable error message.
Common Errors
400 Bad RequestNotes
- Verification tokens typically expire after 24 hours
- Users can request a new verification email if their token expires
- Once verified, the user’s
email_verifiedfield will be set totrue - Some features may be restricted until email verification is complete