Skip to main content

Query Sender-ID Statuses

Endpoint

GET  /system/system-status

Description

The /system/system-status endpoint provides list all available Sender-ID statuses.

Example Request

curl -X GET "https://service-prod.api.comms360.africa/api/system/system-status"

Example Response

HTTP/1.1 200 OK
Content-Type: application/json

{
"responsecode": 200,
"data": {
"0": "Pending",
"1": "Active",
"2": "Approved",
"-1": "Deactivated",
"-2": "Suspended",
"-3": "Rejected"
},
"responsemessage": "System status ids retrieved"
}