Subscription list
Posted in General by Abduljabbar Faiz Sat Oct 24 2015 17:10:24 GMT+0000 (Coordinated Universal Time)·1·Viewed 2,609 times
I've tried to send notifications to subscription list, but I got nothing although it responds with success:
{"status":"success","request_id":"2405"}
And it does not tell me the rest of the result like the subscription IDs as in the documentation:
{
"status": 'success',
"request_id": 123,
"norecord": 4,
"norecord_list": [
"0001",
"0002",
"0003",
"0004"
]
}
Have not received