cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/route \ --header 'Authorization: Bearer <token>'
{ "items": [ { "route_type": "static", "destination": "<string>", "gateway": "<string>", "distance": 128 } ], "count": 0, "total_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes