Okta Admin Management API
/Devices
//
List all enrollment authe...
Lists all enrollment authenticators for a device by deviceId
GET
curl -i -X GET \
https://subdomain.okta.com/api/v1/devices/guo4a5u7JHHhjXrMK0g4/authenticator-enrollmentsSuccess
Array [
]
Timestamp when the enrollment authenticator was created
Example:"2026-04-10T10:15:00.000Z"
The unique identifier of the enrollment authenticator
Example:"pfd2abc4XyzBNkjh10g6"
Timestamp when the enrollment authenticator was last updated
Example:"2026-04-10T10:15:00.000Z"
Timestamp when the enrollment authenticator was last verified
Example:"2026-04-10T10:15:00.000Z"
Status of the enrollment
| Enum Value | Description |
|---|---|
| ACTIVE | The enrollment is active |
| INACTIVE | The enrollment is inactive |
| SUSPENDED | The enrollment is suspended |
| PENDING_ACTIVATION | The enrollment is pending activation |
Example:"ACTIVE"
The type of authenticator
Enum:"app""email""federated""password""phone""security_key""security_question""tac"
Response
[ { "id": "pfd2abc4XyzBNkjh10g6", "type": "app", "key": "okta_verify", "name": "Okta Verify", "status": "ACTIVE", "profile": { … }, "created": "2026-04-10T10:15:00.000Z", "lastUpdated": "2026-04-10T10:15:00.000Z", "nickname": "", "_links": { … } } ]