Token

Update Device Token

post

/V2/auth/update/device/token

Authorizations
Body
object
Example: {"old_token":"OldDeviceToken","new_token":"NewDeviceToken"}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/auth/update/device/token' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "old_token": "OldDeviceToken",
    "new_token": "NewDeviceToken"
  }'

No body