v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Authentication

Create a new User

This endpoint creates a new User associating it with the provided email address.

post/api/v1/auth/signup

Request body

authEmailstring email required

Email address for the new user

otpstring

One-time password for email verification (optional during transition period)

marketingCampaignstring

Marketing campaign identifier

partnerIdstring

Optional ID of the partner that referred the user

Response

User was created successfully

idstring required

Unique identifier of the created user

tokenstring required

JWT token for authentication

hasSignedUpboolean required

Indicates if the user has completed signup