Read Authentication Code
GET {{authPath}}/{{envID}}/authenticationCodes/{{authCodeID}}
The GET /{{envID}}/authenticationCodes/{{authCodeID}}
operation retrieves information about the authentication code, specified by the authentication code's resource ID in the request URL.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://auth.pingone.com/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/authenticationCodes/6adf023e-71e7-40f7-a789-f2d585359e99"}},"id":"6adf023e-71e7-40f7-a789-f2d585359e99","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"code":"UY3L3IV0","uri":"pingonesdk?authentication_code=UY3L3IV0","application":{"id":"7d8797b7-a097-46a9-841f-88f531d1d99b"},"clientContext":{"header":"Authentication process","body":"Do you want to approve this transaction?"},"lifeTime":{"duration":1,"timeUnit":"MINUTES"},"userApproval":"NOT_REQUIRED","status":"UNCLAIMED","expiresAt":"2022-02-17T17:36:20.635Z","updatedAt":"2022-02-17T17:35:20.623Z","createdAt":"2022-02-17T17:35:20.623Z"}