List SMS messages for your organization with pagination.
curl --request GET \
--url https://api.unosend.co/v1/sms \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "f47ac10b-...",
"to": "+919876543210",
"body": "[Flow: 6811f3a7...]",
"status": "sent",
"cost": 0,
"segments": 1,
"created_at": "2026-04-15T15:30:00Z"
}
],
"meta": {
"total": 42,
"page": 1,
"page_size": 20
}
}
{
"success": true,
"data": [
{
"id": "f47ac10b-...",
"to": "+919876543210",
"body": "[Flow: 6811f3a7...]",
"status": "sent",
"cost": 0,
"segments": 1,
"created_at": "2026-04-15T15:30:00Z"
}
],
"meta": {
"total": 42,
"page": 1,
"page_size": 20
}
}
curl --request GET \
--url https://api.unosend.co/v1/sms \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "f47ac10b-...",
"to": "+919876543210",
"body": "[Flow: 6811f3a7...]",
"status": "sent",
"cost": 0,
"segments": 1,
"created_at": "2026-04-15T15:30:00Z"
}
],
"meta": {
"total": 42,
"page": 1,
"page_size": 20
}
}