Skip to main content

Get SMS message details

GET 

/api/v1/sms/:id

Retrieve details of a specific SMS message sent by the authenticated user.

Returned Information:

  • SMS ID and status
  • Source and destination numbers
  • Message content
  • Delivery status and timestamps
  • Cost and segment count

Authentication:

  • Requires Bearer token in Authorization header: Authorization: Bearer <token>

Request

Responses

Successfully returns SMS message details including status and timestamps