cURL
curl --request GET \ --url https://{tenant}/api/certs/dependencies/{certId} \ --header 'Authorization: Bearer <token>'
{ "certID": "5e9d9544a1dcd60001d0ed20a6ab77653d5da938f452bb8cc9b55b0630a6743dabd8dc92bfb025abb09ce035", "client_cert_api_names": [ "Ngrok Dashboard API" ], "client_cert_apis": [ "edc9b2bd3e7b4cc55c4ff0a7e1529b45" ], "key_cert": "5e9d9544a1dcd60001d0ed205e9d9544a1dcd60001d0ed20a6ab77653d5da938f452bb8cc9b55b0630a6743dabd8dc92bfb025abb09ce035", "upstream_cert_api_names": [ "External HTTPbin" ], "upstream_cert_apis": [ "627efb71ebae49df7a853b9769b65fce" ] }
This will return the API IDs and API names of all APIs that uses this certificates as either upstream certificates or as client certificates.
Was this page helpful?