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