{ "opencollection": "1.0.0", "info": { "name": "GrowthZone REST Certifications Memberships API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Memberships", "type": "folder" }, "items": [ { "info": { "name": "List membership types (Confirmed)", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.growthzoneapp.com/api/memberships/types", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Returns all membership types, paged." }, { "info": { "name": "List all memberships, filtered by type/status (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.growthzoneapp.com/api/memberships/all", "body": { "type": "json", "data": "{}" } }, "docs": "Returns memberships across the database, optionally filtered by membership type and status. Accepts a JSON body of filter criteria and returns TotalRecordAvailable plus a paged Results array." } ] } ], "bundled": true }