Get SMS by SMSID
This endpoint is used for retriving the message status that sent to ViHAT in last 7 days.
HTTP request
Response Type: application/json
Request body:
RefId
string
The message id returned by ViHAT
ApiKey
string
Your API key.
SecretKey
string
Your Secret key.
Response:
Valid request.
Response body:
CodeResponse
string
Response code.
SMSID
string
The message id returned by ViHAT
SendFailed
string
Total of failed messages.
SendStatus
string
Message status 1: In review. 2: Waiting. 5: Send to operator.
SendSuccess
string
Total of success messages.
TotalPrice
string
The cost of submit.
TotalReceiver
string
Total phone numbers.
TotalSent
string
Total of phone numbers that sent to operator.
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