{ "opencollection": "1.0.0", "info": { "name": "Hey Organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/organizations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations", "params": [ { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /v1/organizations", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/organizations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "DELETE /v1/organizations/{organization_slug}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/organizations/:organization_slug", "params": [ { "name": "organization_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /v1/organizations/{organization_slug}/members", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_slug/members", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /v1/organizations/{organization_slug}/members", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/organizations/:organization_slug/members", "params": [ { "name": "organization_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "DELETE /v1/organizations/{organization_slug}/members/{user_id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/organizations/:organization_slug/members/:user_id", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /v1/organizations/{organization_slug}/projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /v1/organizations/{organization_slug}/projects", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects", "params": [ { "name": "organization_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "DELETE /v1/organizations/{organization_slug}/projects/{project_slug}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /v1/organizations/{organization_slug}/projects/{project_slug}/api-keys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/api-keys", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /v1/organizations/{organization_slug}/projects/{project_slug}/api-keys", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/api-keys", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /v1/organizations/{organization_slug}/projects/{project_slug}/api-keys/{api_key_id}", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/api-keys/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" }, { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "DELETE /v1/organizations/{organization_slug}/projects/{project_slug}/api-keys/{api_key_id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/api-keys/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" }, { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /v1/organizations/{organization_slug}/projects/{project_slug}/specifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/specifications", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /v1/organizations/{organization_slug}/projects/{project_slug}/specifications/{specification_id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/specifications/:specification_id", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "specification_id", "value": "", "type": "path" }, { "name": "inline", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "DELETE /v1/organizations/{organization_slug}/projects/{project_slug}/specifications/{specification_id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/specifications/:specification_id", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "specification_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /v1/organizations/{organization_slug}/projects/{project_slug}/specifications/{specification_id}/url", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/specifications/:specification_id/url", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "specification_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /v1/organizations/{organization_slug}/projects/{project_slug}/webhooks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/webhooks", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /v1/organizations/{organization_slug}/projects/{project_slug}/webhooks", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/webhooks", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /v1/organizations/{organization_slug}/projects/{project_slug}/webhooks/{webhook_id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/webhooks/:webhook_id", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /v1/organizations/{organization_slug}/projects/{project_slug}/webhooks/{webhook_id}", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/webhooks/:webhook_id", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "DELETE /v1/organizations/{organization_slug}/projects/{project_slug}/webhooks/{webhook_id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/organizations/:organization_slug/projects/:project_slug/webhooks/:webhook_id", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }