Skip to main content
GET
/
radius
/
nas
/
{id}
/
certificates
/
certificate
Download NAS Certificate
curl --request GET \
  --url https://api.altostrat.io/radius/nas/{id}/certificates/certificate \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/x-pem-file

PEM Certificate.

The response is of type file.