Get list registered brandnames
This endpoint is ideal for getting the list of brandnames that registered at ViHAT.
HTTP request
GET
https://rest.esms.vn/MainService.svc/json/GetListBrandname/{{ApiKey}}/{{SecretKey}}
Response Type: application/json
Request body:
Parameter
Type
Required
Description
ApiKey
string
Your API key.
SecretKey
string
Your Secret key.
Response:
Valid request.
Response body:
Paramter
Type
Description
CodeResponse
string
Response code.
Brandname
string
Name of brandname.
Type
string
Type of brandname: 1: Advertising. 2: Customer care. 23: Viber.
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