{ "opencollection": "1.0.0", "info": { "name": "Hatchet API Token Tenants API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tenants", "type": "folder" }, "items": [ { "info": { "name": "Update Invite", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/tenants/:tenant/invites/:tenant-invite", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The tenant id" }, { "name": "tenant-invite", "value": "", "type": "path", "description": "The tenant invite id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a tenant invite" }, { "info": { "name": "Delete Invite", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/tenants/:tenant/invites/:tenant-invite", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The tenant id" }, { "name": "tenant-invite", "value": "", "type": "path", "description": "The tenant invite id" } ] }, "docs": "Deletes a tenant invite" }, { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/tenants/:tenant/webhook-workers", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The tenant id" } ] }, "docs": "Lists all webhooks" }, { "info": { "name": "Create a Webhook", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/tenants/:tenant/webhook-workers", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The tenant id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a webhook" } ] } ], "bundled": true }