cURL
curl --request GET \ --url https://api.comm.com/api/v1/sms/routing/blacklist \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "sms_route_id": "<string>", "company_id": "<string>", "country_id": "<string>", "reason": "<string>", "team_id": "<string>", "created_by": "<string>", "created_at": "<string>", "updated_at": "<string>", "sms_route": "<string>", "company": "<string>", "country": "<string>", "created_by_user": "<string>" } ], "meta": { "current_page": 123, "from": 123, "last_page": 123, "links": [ { "url": "<string>", "label": "<string>", "active": true } ], "path": "<string>", "per_page": 123, "to": 123, "total": 123 }, "links": { "first": "<string>", "last": "<string>", "prev": "<string>", "next": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Paginated set of SmsRoutingBlacklistResource
SmsRoutingBlacklistResource
Show child attributes