Get Certificate Applications
GET {{apiPath}}/environments/{{envID}}/certificates/{{certID}}/applications
To get a list of applications that use a specific certificate, the GET /environments/{{envID}}/certificates/{{certID}}/applications
operation returns all applications associated with the certificate resource ID specified in the request URL.
The response returns the list of applications associated with the specified certificate.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/certificates/b400bdc3-45ea-4cfb-905c-c656086ad036/applications"}},"_embedded":{"applications":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/certificates/b400bdc3-45ea-4cfb-905c-c656086ad036/applications/9e331b98-a266-44c5-8589-206cbb228b59"}},"id":"9e331b98-a266-44c5-8589-206cbb228b59","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"My-SAML-App"}]},"size":1}