Hail API
GET
/sms/suppressions

Query Parameters

cursor?string|null
limit?Limit
Range1 <= value <= 200
Default50

Header Parameters

authorization?string|null

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