cURL
curl --request GET \ --url https://api.comm.com/api/v1/sms/routing/routes/{connection_id}/logs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "connection_id": "<string>", "is_connected": "<string>", "error": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "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>
0
1
null
Paginated set of SmsRouteConnectionLogResource
SmsRouteConnectionLogResource
Show child attributes
Generated paginator links.
Base path for paginator generated URLs.
Number of items shown per page.
Number of the last item in the slice.
Total number of items being paginated.