Query Parameters
cursor?string|null
limit?Limit
Range
1 <= value <= 200Default
50status?|null
to?string|null
Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/sms"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6", "from_e164": "string", "to_e164": "string", "direction": "outbound", "status": "queued", "body": "string", "provider_message_sid": "string", "segment_count": 0, "error_code": "string", "requested_at": "2019-08-24T14:15:22Z", "sent_at": "2019-08-24T14:15:22Z" } ], "next_cursor": "string"}List Sms Suppressions
List SMS numbers suppressed from receiving messages, newest first. Cursor-paginated. A suppressed number blocks POST /v1/sms sends to it with a 403 until removed via DELETE /v1/sms/suppressions/{number}.
List Subscriptions
List webhook subscriptions for the caller's organization. Cursor-paginated, newest first. The signing secret is never included — only POST /v1/webhooks and POST /v1/webhooks/{sub_id}/rotate-secret return it.