{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState Authentication Resource API", "version": "2.41.1" }, "items": [ { "info": { "name": "Authentication Resource", "type": "folder" }, "items": [ { "info": { "name": "Initiate fido authentication", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1.0/webauthn/authn", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate fido authentication" }, { "info": { "name": "Finish fido authentication", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1.0/webauthn/authn", "body": { "type": "json", "data": "{}" } }, "docs": "Finish fido authentication" } ] } ], "bundled": true }