انتقل إلى المحتوى الرئيسي

Register

A register API is an endpoint that allows users to create an account in a system by submitting their personal details, such as phone, email, and password. This API typically validates the input data, checks if the phone or email already exists in the system, and creates a new user account if all the requirements are met.

Header Parameters
Content-Type string
Example: application/json
Referer string
Example: https://doc.withsupercommerce.com
lang integer

1 = English, 2 = Arabic

Example: 1
Request Body
name string
last_name string
email string
phone integer
password integer
birthdate string
Responses
200

OK

Schema OPTIONAL
object