Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Verifies the one-time password (OTP) sent to a user’s email address during signup. Successful verification activates the account.Endpoint
Request
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
Body parameters
The one-time password received at the user’s email address.
The email address the OTP was sent to.
Response
Success
HTTP status code of the response (e.g.
200).Confirmation data returned by the server on successful verification.
Error
Human-readable error message describing why OTP verification failed.
This endpoint is used to complete account activation after Sign Up. Submit the OTP exactly as received in the email.
Example
TypeScript
