{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState Relying Party Resource API", "version": "2.41.1" }, "items": [ { "info": { "name": "Relying Party Resource", "type": "folder" }, "items": [ { "info": { "name": "Create RP", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1.0/admin/relying-parties", "body": { "type": "json", "data": "{}" } }, "docs": "Create RP" }, { "info": { "name": "Declare RP origins", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1.0/admin/relying-parties/:id/origins", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Declare RP origins" } ] } ], "bundled": true }