Register with phone
Auth
Register with phone
Registers a new user with their phone number. Returns a User object with access_token and refresh_token.
POST
Register with phone
Documentation Index
Fetch the complete documentation index at: https://www.commercengine.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token
Headers
This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes.
Body
application/json
10 digit phone number without country code.
Required string length:
10Pattern:
^[0-9]{10}$Two-letter code begin with a plus sign prefix that identifies different countries. By default it will be +91 if not provided.
Allowed value:
"+91"