Token

Update Device Token

post
Authorizations
Body
objectOptionalExample: {"old_token":"OldDeviceToken","new_token":"NewDeviceToken"}
Responses
200
Successful response
application/json
post
POST /V2/auth/update/device/token HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 59

{
  "old_token": "OldDeviceToken",
  "new_token": "NewDeviceToken"
}
200

Successful response

No content