Checking Device Token Registration Status

 

Checks device token registration status of a Mobage user.
 

How to use Remote Notification API
For more details on how to use the Remote Notification API, please refer to the following pages.
ngCore SDK | Native SDK | Unity SDK
 
You can find more details about this particular API under "Regarding devices that receive remote notifications"

URI Fragment

/remote_notification/@app/@all/{userId}/state

Parameter NameTypeDescription
userIdUser ID ListUser ID list to check

You can only check at most 1000 users at a time.

Supported Signing Methods

Client Only Signing

Please refer here for the details of authentication flow and here for how to sign request to generate the Authorization header.

HTTP Method

GET

Request Header

  • The Authorization header is necessary for this call to succeed.

URL Query Parameters

Parameter Name

Type

Description

Required

fields

List

Data fields to return (appId, updated)

No

Request Body

None.

Response Body

  • Device token registration statuses of specified users
  • Content-Type: application/json; charset=utf-8

Example Request & Response

Getting device token registration status of one single user
Base String
HTTP Request
HTTP Response

 

Getting device token registration statuses of multiple users
Base String
HTTP Request
HTTP Response

PREVIOUS

Remote Notification

NEXT

Sending Remote Notification