GET
/
tyk
/
certs
List certificates.
curl --request GET \
  --url https://{tenant}/tyk/certs \
  --header 'X-Tyk-Authorization: <api-key>'
{
"certs": [
"5e9d9544a1dcd60001d0ed20a6ab77653d5da938f452bb8cc9b55b0630a6743dabd8dc92bfb025abb09ce035",
"5e9d9544a1dcd60001d0ed207c440d66ebb0a4629d21329808dce9091acf5f2fde328067a6e60e5347271d90"
]
}

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Query Parameters

org_id
string

Organisation ID to list the certificates.

mode
enum<string>

Mode to list the certificate details.

Available options:
detailed

Response

OK

certs
object[] | null