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/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"}