Skip to main content
GET
/
sms
/
{message_id}
cURL
curl --request GET \
  --url https://api.delaphonegh.com/sms/{message_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": 200,
  "message": "Status retrieved successfully",
  "data": [
    {
      "recipient": "<string>",
      "message_id": "<string>",
      "status": "<string>",
      "date_created": "<string>",
      "sender_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

message_id
string
required

Unique identifier for the SMS message.

Response

SMS status retrieved successfully

success
boolean

Indicates whether the SMS request was successful

status
integer

Status of the SMS message

Example:

200

message
string

Text message that was sent

Example:

"Status retrieved successfully"

data
object[]

Array of details for each recipient