Get list Zalo's followers
HTTP request
POST
https://rest.esms.vn/MainService.svc/json/ZNS/GetFollowers/
Content Type: application/json
Response Type: application/json
Request body:
ApiKey
string
Your API key.
SecretKey
string
Your Secret key.
OAID
string
Zalo OA Id is the Zalo Official Account Id of the organization. It can be obtained by accessing to the Zalo administrator page.
Note: Pre-registration is required.
Offset
string
The start of element index.
Limit
string
Max elements allowed to get per call.
Response:
Valid request.
Response body:
Followers
string
The list of user id followed the OA.
Total
string
Total of users followed OA.
The detail of error code can refer at Table of error codes .
Get the sample of code for programing languagues to use in Postman refer at Link of code samples.
Last updated