Read One MFA Push Credential

GET {{apiPath}}/environments/{{envID}}/applications/{{appID}}/pushCredentials/{{pushCredID}}

The GET /environments/{{envID}}/applications/{{appID}}/pushCredentials/{{pushCredentialsID}} operation returns the push credentials (identified by its ID) assigned to the application specified by the application ID.

RESPONSES

status: OK

{"_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"}