Get list OA
This endpoing is ideal for retriving the list of connected OA at ViHAT.
HTTP request
POST
https://rest.esms.vn/MainService.svc/json/ZNS/GetListZOA/
Content Type: application/json
Response Type: application/json
Request body:
Paramter
Type
Required
Description
ApiKey
string
Your API key.
SecretKey
string
Your Secret key.
Response:
Valid request.
Body response:
Paramter
Type
Description
OAID
string
Zalo OA ID is the id at Zalo Official Account of the company or organization. The company need to login to the Zalo OA management page to get this value. Note: Pre-registration is required.
OAName
string
The name of OA according to the Id
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