{ "opencollection": "1.0.0", "info": { "name": "Account and Transaction API Specification Account Access Consents Parties API", "version": "4.0.1" }, "items": [ { "info": { "name": "Parties", "type": "folder" }, "items": [ { "info": { "name": "Get Parties for an AccountId", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/accounts/:AccountId/parties", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-customer-user-agent", "value": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables an AISP to retrieve details about the PSU account-holder(s)/operator(s)." }, { "info": { "name": "Get Party for an AccountId", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/accounts/:AccountId/party", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-customer-user-agent", "value": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables an AISP to retrieve details about the party that gave permission to the AISP to view a specific PSU account." }, { "info": { "name": "Get Party", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/party", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-customer-user-agent", "value": "" }, { "name": "x-client-id", "value": "" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve details about the party that gave permission to the AISP to view an account(s)." } ] } ], "bundled": true }