Sent Message History

Retrieve all sent message history using the REST API.

https://frogtestapi.wigal.com.gh/api/v3/sms/history

Request Object

Field Type Description
service string The service. SMS | USSD | VOICE | SIMACTIVE | KYCVERIFY .
servicetype string The service type. TEXT | FLASH | CALL | RECORD | IVR | TEXT2SPEECH | OTP | SIMACTIVE | KYCVALIDATE .
datefrom string The begin date to filter the history range. (Date difference must not be more than 3 months).
dateto string The end date to filter the history range. (Date difference must not be more than 3 months).
senderid string The senderID used for sending message. Approved SenderIDs only
status string The status to filter message history by. DELETED | UNKNOWN | EXPIRED | WAITING | FAILED | REJECTD | UNDELIV | ACCEPTD | DELIVRD | BUSY | ANSWERED
msgid string Message ID.

Response Object

Field Type Description
status string The status of the request.
message string The message response.
data object Content Data.
content array An array of items

Responses

Field Type Description
status string Returns "ACCEPTD" when message is successfully queued
message string Returns "success"
data object Provides content data
content array Provides an array of data
Field Type Description
status string Returns "UNAUTHORIZED"
message string "Invalid API credentials"
data null No data returned
Field Type Description
status string Error status code (e.g., "SENDER_ID_NOT_FOUND")
message string Detailed error message explaining the issue
data null No data returned for error responses
Field Type Description
status string Returns "ERROR" for server errors
message string Generic error message "Internal server error"