curl --request GET \
--url http://localhost:3000/api/sms-programs[
{
"senderId": "<string>",
"resolvedSenderId": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"senderId": "GoMobile",
"country": "MA"
}
}
]List SMS programs with pagination, search, and status filter.
curl --request GET \
--url http://localhost:3000/api/sms-programs[
{
"senderId": "<string>",
"resolvedSenderId": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"senderId": "GoMobile",
"country": "MA"
}
}
]Page number (1-based)
x >= 11
Number of items per page
1 <= x <= 10020
Search term to filter results
100"john"
Field to sort by
"createdAt"
Sort order
asc, desc "desc"