MyAccount Management
//
Retrieve a WebAuthn enrol...
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/idp/myaccount/webauthn/fwfn3c3rryqStmyp20g4 \
-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": { "self": { … } } }