English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/nas \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "nas_identifier": "<string>", "type": "<string>", "description": "<string>", "metadata": {} } ], "pagination": { "per_page": 123, "has_more": true, "next_cursor": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of NAS devices.
Show child attributes
Was this page helpful?