{ "opencollection": "1.0.0", "info": { "name": "WildApricot Admin Accounts API", "version": "7.24.0" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "WildApricot Base URL for Specific API Version.", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "base URL for specific API version. It provides a list of resources that can be directly accessible by URL without providing any additional information like account ID etc." }, { "info": { "name": "WildApricot List of Available Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List of accounts available with current oAuth token. Typicaly here would be only one record in an array\n" }, { "info": { "name": "WildApricot Details for Specific Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Details for specific account\n" } ] } ], "bundled": true }