{ "opencollection": "1.0.0", "info": { "name": "Gencove Back array organization API", "version": "v2" }, "items": [ { "info": { "name": "organization", "type": "folder" }, "items": [ { "info": { "name": "organization_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/organization/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch organization details" }, { "info": { "name": "organization_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.gencove.com/api/v2/organization/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update organization details" }, { "info": { "name": "organization_monthly_usage_report_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/organization-monthly-usage-report/", "params": [ { "name": "from", "value": "", "type": "query", "description": "Start date for report. Format is YYYY-MM, e.g. 2023-01. Must supply both 'from' and 'to' parameters." }, { "name": "to", "value": "", "type": "query", "description": "End date for report. Format is YYYY-MM, e.g. 2023-05. Must supply both 'from' and 'to' parameters." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve CSV monthly usage report. Optionally specify a date range." }, { "info": { "name": "organization_roles_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/organization-roles/:role_id", "params": [ { "name": "role_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "organization_users_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/organization-users/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "search", "value": "", "type": "query", "description": "Search users by name, email or id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get organization users." }, { "info": { "name": "organization_users_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/organization-users/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "organization_users_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.gencove.com/api/v2/organization-users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }