Read One Application
GET {{apiPath}}/environments/{{envID}}/applications/{{appID}}
To get data for a single application resource, the GET /environments/{{envID}}/applications/{{appID}}
operation returns data only for the application resource with the specified ID.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/55bb4760-d825-478d-8145-761ca00d1610"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"attributes":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/55bb4760-d825-478d-8145-761ca00d1610/attributes"},"secret":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/55bb4760-d825-478d-8145-761ca00d1610/secret"},"grants":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/55bb4760-d825-478d-8145-761ca00d1610/grants"}},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"id":"55bb4760-d825-478d-8145-761ca00d1610","name":"JBapp_1580494217","description":"this is my application","enabled":true,"type":"WEB_APP","protocol":"OPENID_CONNECT","createdAt":"2020-01-31T18:10:17.288Z","updatedAt":"2020-01-31T18:10:17.288Z","responseTypes":["CODE","ID_TOKEN","TOKEN"],"grantTypes":["CLIENT_CREDENTIALS","REFRESH_TOKEN","AUTHORIZATION_CODE","IMPLICIT"],"refreshTokenDuration":3600,"tokenEndpointAuthMethod":"CLIENT_SECRET_BASIC","pkceEnforcement":"OPTIONAL","postLogoutRedirectUris":["https://example.com"],"refreshTokenRollingDuration":604800,"redirectUris":["https://www.getpostman.com/oauth2/callback","https://localhost:3000/response","https://example.com","https://localhost:3000/code/response"]}