For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pki

Get the PKI certificate chain

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
string[]Optional

Chain certificate response containing certificate files

get/pki/chain-certificate
GET /rest/pki/chain-certificate HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  "text"
]

Last updated