Query Parameters
cursor?string|null
limit?Limit
Range
1 <= value <= 200Default
50Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/sms/suppressions"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "recipient": "string", "channel": "string", "reason": "string", "source": "string", "created_at": "2019-08-24T14:15:22Z" } ], "next_cursor": "string"}List Providers
Every saved provider row for the caller's organization, all layers.
List Sms
List SMS messages for the caller's organization, newest first. Cursor-paginated: pass the returned next_cursor to fetch the next page; a null next_cursor means there are no more results. Filter by status or destination number (to) to narrow the list.