cURL
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 }
Fetch APIs linked to a certificate
The Tyk Dashboard API Access Credentials
ID of the certificate whose linked APIs you want to list.
Linked APIs listed
Show child attributes
client
upstream
server
Tyk Streams
Tyk OAS
Tyk UDG
Subgraph
Supergraph
Tyk GraphQL
TCP
Tyk Classic
Was this page helpful?