Me

Account Update

post
Authorizations
Header parameters
Content-TypestringOptional

Content Type

Example: application/json
Body
objectOptionalExample: {"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
200
Successful response
application/json
post
POST /V2/auth/me HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 220

{
  "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>"
}
200

Successful response

No content