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
- 200
- 403
Successfully returns SMS message details including status and timestamps
Returns 403 error when API token is incorrect