Retrieve a single SMS message by ID.
cURL
curl --request GET \ --url https://api.unosend.co/v1/sms/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "to": "+919876543210", "body": "[Flow: 6811f3a7d6fc0566db3b0183]", "status": "sent", "cost": 0.006, "segments": 1, "template_id": "6811f3a7d6fc0566db3b0183", "provider_id": "3664703041...", "created_at": "2026-04-15T15:30:00Z" } }
queued
sent
delivered
failed
0