To register a new user using the mobile provider
POST https://mburger.cloud/api/register
curl https://mburger.cloud/api/register -X POST -H "Accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -H "X-MBurger-Token: " -H "X-MBurger-Version: 3" -d '<data>'
Name
Type
Required
Description
name
string
Yes
The user name
surname
The user surname
email
User email
password
Password
phone
No
The user phone number
gender
The user gender
image
Base64 encoded image
contracts
JSON
JSON array of contracts accepted by user
data
JSON object/array that contains custom data
When successful, a HTTP 200 and JSON like this is returned:
{ "status_code": 0 }
Last updated 5 years ago