{ "opencollection": "1.0.0", "info": { "name": "WildApricot Admin Accounts Internal.Features API", "version": "7.24.0" }, "items": [ { "info": { "name": "Internal.Features", "type": "folder" }, "items": [ { "info": { "name": "WildApricot Get Information About Feature Availability for Specific Account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/features/:featureId", "params": [ { "name": "featureId", "value": "", "type": "path", "description": "feature identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "\nThere is no way to get full list of features, so api client should know feature identifier. For any invalid featureId API will return {\"Allowed\":true}.\nThis method is reserved **_for internal use only_** and not expected to be used by third party client applications.\n" } ] } ], "bundled": true }