English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/nas/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "nas_identifier": "<string>", "type": "<string>", "description": "<string>", "metadata": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
NAS object.
Was this page helpful?