List Certificates
GET {{baseUrl}}/tyk/certs?org_id=<string>&mode=<string>&certID=<string>
List All Certificates in the Tyk Gateway
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| org_id | string | (Required) Organisation ID to list the certificates | |
| mode | string | Mode to list the certificate details | |
| certID | string | Comma separated list of certificates to list | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"certs":["\u003cstring\u003e","\u003cstring\u003e"]}