Read All MFA Push Credentials
GET {{apiPath}}/environments/{{envID}}/applications/{{appID}}/pushCredentials
The GET /environments/{{envID}}/applications/{{appID}}/pushCredentials
operation returns all push credentials assigned to the application specified by the application ID.
Since key
, teamId
and token
are considered credentials, these fields can be created with a POST request and updated with a PUT request, but are not returned by a GET request.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/fe36bb1a-3983-4d6c-af02-e7d50b0ab99a/pushCredentials"}},"_embedded":{"pushCredentials":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/fe36bb1a-3983-4d6c-af02-e7d50b0ab99a/pushCredentials/eff3f4f1-bf65-4cc5-badb-4bafd9ed0542"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"application":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/fe36bb1a-3983-4d6c-af02-e7d50b0ab99a"}},"id":"eff3f4f1-bf65-4cc5-badb-4bafd9ed0542","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"application":{"id":"fe36bb1a-3983-4d6c-af02-e7d50b0ab99a"},"createdAt":"2020-01-29T00:45:51.747Z","updatedAt":"2020-01-29T00:45:51.747Z","type":"APNS"}]},"size":1}