Badgecount

Update Badge Count

put

/V2/customer/notifications/badgecount

Authorizations
Body
object
Example: {"badgeCount":0,"deviceToken":"dfB6htWQ5eI:APA91bEAXupTzZIBNkX7zDFPo27oZUpSGPbBIjcA4M23T-TfoniZhGBSAA0qvwNsVLdiUXDgFusxoQ7o9XDzdQhr2MsRqXzzlI-ULaDNdy2Yh2DaJWoQ1-sS4UAPgdoZHuZ_vkAgq2RRR"}
Responses
curl -L \
  --request PUT \
  --url 'https://beta.magento.pixiedia.com/V2/customer/notifications/badgecount' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "badgeCount": 0,
    "deviceToken": "dfB6htWQ5eI:APA91bEAXupTzZIBNkX7zDFPo27oZUpSGPbBIjcA4M23T-TfoniZhGBSAA0qvwNsVLdiUXDgFusxoQ7o9XDzdQhr2MsRqXzzlI-ULaDNdy2Yh2DaJWoQ1-sS4UAPgdoZHuZ_vkAgq2RRR"
  }'

No body