post http://api.pandascrow.io/sandbox/index/user/edit/profile
This endpoint would allow you to update your account with Pandascrow.
[POST] {{baseurl}}/sandbox/index/user/edit/profile
Pandascrow Users - Update
To update your Pandascrow account, you'll need to pass all information required in the table below.
Param | Required? | Description | type |
---|---|---|---|
name | No | Legal Name of user | String |
No | Email address of user | String | |
gender | No | Gender of user (e.g Male or Female) | String |
phone | No | Phone number of user (e.g +23408170000000 or +16000000000.) | String |
country | No | Enter the user country of residence. | String |
state | No | Enter the user state of residence. | String |
address | No | Enter the home address of user. | String |
username | No | Username or Nickname of user. It is not unique. | String |
dob | No | Date of birth of users. Date format: DD-MM-YYYY (e.g 01-12-1990) | String |
API Object
{
"status": 200,
"data": {
"message": "profile was successfully updated"
}
}
curl -L -X POST '{{baseurl}}/sandbox/index/user/edit/profile' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'