GET graph.user.subscriptions
List of Webhook subscriptions
Example request
https://api.ok.ru/graph/me/subscriptions
?access_token=tkn18YdUJZe:CQABPOJKAKEKEKEKE
?access_token=tkn18YdUJZe:CQABPOJKAKEKEKEKE
Response
{
"subscriptions": [ /* Array of Webhooks API sends messages to*/
{
"time": 1498577751487, /* Time of a subscription event */
"url": "https://sample.com/webhook.php" /* Webhook URL */
}
]
}