Me

Account Update

post
Authorizations
Header parameters
Content-Typestring

Content Type

Example: application/json
Body
object
Example: {"email":"<email>","firstname":"<firstName>","lastname":"<lastName>","phone":"<phoneNumber>","device_token":"DeviceToken","country_id":"SA","gender":1,"prefix":"Mr.","suffix":"CTO","dob":"1985-02-14","taxvat":"<taxvat>"}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/auth/me' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "email": "<email>",
    "firstname": "<firstName>",
    "lastname": "<lastName>",
    "phone": "<phoneNumber>",
    "device_token": "DeviceToken",
    "country_id": "SA",
    "gender": 1,
    "prefix": "Mr.",
    "suffix": "CTO",
    "dob": "1985-02-14",
    "taxvat": "<taxvat>"
  }'

No body