{ "opencollection": "1.0.0", "info": { "name": "Mangopay REST Bank Accounts User Regulatory Status API", "version": "2.01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.mangopay.com/v2.01/{clientId}/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "User Regulatory Status", "type": "folder" }, "items": [ { "info": { "name": "View a User Regulatory Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.mangopay.com/v2.01/{clientId}/users/:userId/regulatory", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "[https://mangopay.com/docs/endpoints/user-regulatory-status#view-user-regulatory-status](https://mangopay.com/docs/endpoints/user-regulatory-status#view-user-regulatory-status)" } ] } ], "bundled": true }