{ "opencollection": "1.0.0", "info": { "name": "Mangopay REST Bank Accounts View an API Response 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": "View an API Response", "type": "folder" }, "items": [ { "info": { "name": "View an API Response", "type": "http" }, "http": { "method": "GET", "url": "https://api.mangopay.com/v2.01/{clientId}/responses/:idempotencykey", "params": [ { "name": "idempotencykey", "value": "", "type": "path" } ] }, "docs": "[https://mangopay.com/docs/endpoints/api-responses#view-api-response](https://mangopay.com/docs/endpoints/api-responses#view-api-response)" } ] } ], "bundled": true }