Show device with push errors

Show device with push errors in a date range for a given application's id. The response is a Chunked transfer encoding (blocks of 20,000 devices). Be sure to make the request correctly. An example code in Node JS: https://nodejs.org/ja/docs/guides/anatomy-of-an-http-transaction/#request-body


The following error codes are not recoverable and mark a definitive withdrawal of the device:

  • Android devices: InvalidRegistration, NotRegistered, MismatchSenderId
  • Android devices using Firebase: messaging/invalid-registration-token, messaging/registration-token-not-registered, messaging/mismatched-credential
  • iOS devices: BadDeviceToken, Unregistered, DeviceTokenNotForTopic
  • WebPush: SubscriptionExpired (404), Unsubscribed (410)
  • Safari: BadDeviceToken, Unregistered
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Application's id

Query Params
string
required

date to start. This is a string with format ISO 8601

Ex:

2011-06-21T14:57:48.251Z
string
required

date to end. This is a string with format ISO 8601

Ex:

2011-06-21T14:57:48.251Z
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json