{ "opencollection": "1.0.0", "info": { "name": "WildApricot Admin Accounts OnlineStore.Products API", "version": "7.24.0" }, "items": [ { "info": { "name": "OnlineStore.Products", "type": "folder" }, "items": [ { "info": { "name": "WildApricot GET /accounts/{accountId}/store/products/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/store/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot GET /accounts/{accountId}/store/products/{id}" }, { "info": { "name": "WildApricot GET /accounts/{accountId}/store/products", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/store/products", "params": [ { "name": "$skip", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot GET /accounts/{accountId}/store/products" } ] } ], "bundled": true }