{ "opencollection": "1.0.0", "info": { "name": "Golioth Management Access Integrations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Integrations_ListIntegrationTypes", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/integration-types", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] } }, { "info": { "name": "Integrations_List", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/projects/:projectId/integrations", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "Integrations_Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.golioth.io/v1/projects/:projectId/integrations", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Integrations_Validate", "type": "http" }, "http": { "method": "POST", "url": "https://api.golioth.io/v1/projects/:projectId/integrations/validate", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Integrations_Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/projects/:projectId/integrations/:integrationId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" } ] } }, { "info": { "name": "Integrations_Update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.golioth.io/v1/projects/:projectId/integrations/:integrationId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" }, { "name": "updateMask", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Integrations_Update2", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.golioth.io/v1/projects/:projectId/integrations/:integrationId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Integrations_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.golioth.io/v1/projects/:projectId/integrations/:integrationId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" } ] } }, { "info": { "name": "Integrations_Test", "type": "http" }, "http": { "method": "POST", "url": "https://api.golioth.io/v1/projects/:projectId/integrations/:integrationId/test", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }