Skip to main content
GET
/
api
/
certs
/
{certId}
/
apis
List APIs lined to a certificate
curl --request GET \
  --url https://{tenant}/api/certs/{certId}/apis \
  --header 'Authorization: Bearer <token>'
{
  "cert_id": "<string>",
  "apis": [
    {
      "api_id": "<string>",
      "name": "<string>",
      "usage_type": [
        "client"
      ],
      "tyk_api_type": "Tyk Streams"
    }
  ],
  "pages": 123
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

certId
string
required

ID of the certificate whose linked APIs you want to list.

Response

Linked APIs listed

cert_id
string
apis
object[]
pages
integer