EasypanelDocs

List TLS certificates

Returns the TLS certificates managed by Traefik.

GET
/listCertificates

Returns the TLS certificates managed by Traefik.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/listCertificates"
[  {    "domain": {      "main": "string"    }  }]