List subscriptions
Last updated on May 12, 2015 22:38
This method lists active push notification subscriptions for the authenticated user.
URL
/api/v1/notifications/list
Required parameters
No parameters required.
Response
The server will respond with an array of active notification subscriptions.
[
{
"id": 1,
"device_type": "android"
"device_key": "1234567890"
}
]