Get Key Applications
GET {{apiPath}}/environments/{{envID}}/keys/{{keyID}}/applications
To get a list of applications that use a specific key, the GET /environments/{{envID}}/keys/{{keyID}}/applications
operation returns all applications associated with the key resource ID specified in the request URL.
The response returns the list of applications associated with the specified key.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/keys/b400bdc3-45ea-4cfb-905c-c656086ad036/applications"}},"_embedded":{"applications":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/keys/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}