MyAccount Management
//
List all WebAuthn enrollm...
OAuth 2.0 scope:
- okta.myAccount.webauthn.read
Lists all of the specified user's Passkey (FIDO2 WebAuthn) enrollments
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/idp/myaccount/webauthn \
-H 'Accept: application/json; okta-version=1.0.0'Success
Response
[ { "id": "fwfn3c3rryqStmyp20g4", "status": "ACTIVE", "type": "security_key", "key": "webauthn", "name": "YubiKey 5 FIPS", "credentialId": "5Ht9dBHqs8q2PbfWEuxqoDsnkO16KR_58GUju5MdSa__W_X7d5mQbkFSp273fxPX", "created": "2025-04-22T17:24:27.000Z", "lastUpdated": "2025-04-22T17:24:27.000Z", "_links": { … } } ]