Register
Auth API
Register
Create a new SuperBox account with email and password
POST
Register
Documentation Index
Fetch the complete documentation index at: https://acm-aa28ebf6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Registration uses a two-step OTP verification flow. Call
/auth/register/send-otp first to trigger email verification, then call this endpoint after the user verifies.Request Body
User email address
Account password (minimum 8 characters)
Display name shown in the UI
Example Request
Response
Firebase ID token (JWT). Use this as
Authorization: Bearer <id_token> for API requests.Long-lived refresh token used to obtain new ID tokens via
/auth/refresh.Seconds until the ID token expires (3600 = 1 hour).
Registered email address.
Firebase user ID.