{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState User Resource API", "version": "2.41.1" }, "items": [ { "info": { "name": "User Resource", "type": "folder" }, "items": [ { "info": { "name": "Get all user's authenticators", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1.0/users/:username/authenticators", "params": [ { "name": "username", "value": "", "type": "path" } ] }, "docs": "Get all user's authenticators" }, { "info": { "name": "Update user authenticator's friendlyName", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1.0/users/:username/authenticators/:authenticatorId", "params": [ { "name": "authenticatorId", "value": "", "type": "path" }, { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update user authenticator's friendlyName" }, { "info": { "name": "Delete user's authenticator", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1.0/users/:username/authenticators/:authenticatorId", "params": [ { "name": "authenticatorId", "value": "", "type": "path" }, { "name": "username", "value": "", "type": "path" } ] }, "docs": "Delete user's authenticator" } ] } ], "bundled": true }