Read Device Authentication

GET {{authPath}}/{{envID}}/deviceAuthentications/{{deviceAuthID}}

The GET /{{envID}}/deviceAuthentications/{{deviceAuthID}} operation retrieves information about a device authentication flow specified by the device authentication ID in the request URL.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://auth.pingone.com/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/deviceAuthentications/03e1897e-33b0-40b9-b54e-68236769b1fa"},"device.select":{"href":"https://auth.pingone.com/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/deviceAuthentications/03e1897e-33b0-40b9-b54e-68236769b1fa"},"otp.check":{"href":"https://auth.pingone.com/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/deviceAuthentications/03e1897e-33b0-40b9-b54e-68236769b1fa"}},"_embedded":{"devices":[{"id":"ea055ca3-2b5b-4766-9628-95fc03f4ec9b","type":"EMAIL","status":"ACTIVE","email":"j****@pingidentity.com"}]},"id":"03e1897e-33b0-40b9-b54e-68236769b1fa","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"status":"OTP_REQUIRED","policy":{"id":"9761c24a-208d-0499-1bf6-39905184a4e1"},"selectedDevice":{"id":"ea055ca3-2b5b-4766-9628-95fc03f4ec9b"},"user":{"id":"788d4931-6936-43f2-82ff-178f5762298a"},"createdAt":"2021-11-16T19:35:54.554Z","updatedAt":"2021-11-16T19:35:54.727Z"}