{ "opencollection": "1.0.0", "info": { "name": "Wispr Backend Analytics Platform API", "version": "0.5.2" }, "items": [ { "info": { "name": "Platform", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/platform/organizations", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List Organizations" }, { "info": { "name": "Create Organization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/platform/organizations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create Organization" }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Organization" }, { "info": { "name": "Update Organization", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update Organization" }, { "info": { "name": "List Api Keys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/api_keys", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List Api Keys" }, { "info": { "name": "Create Api Key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/api_keys", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create Api Key" }, { "info": { "name": "Update Api Key", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/api_keys/:api_key_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "api_key_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update Api Key" }, { "info": { "name": "Delete Api Key", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/api_keys/:api_key_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "api_key_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete Api Key" }, { "info": { "name": "Get User Invitations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/invitations", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get User Invitations" }, { "info": { "name": "Create User Invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/invitations", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create User Invitation" }, { "info": { "name": "Delete User Invitation", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/invitations/:email", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "email", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete User Invitation" }, { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/users", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List Users" }, { "info": { "name": "Update User Role", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/users/:email", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "email", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update User Role" }, { "info": { "name": "Remove User", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/users/:email", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "email", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Remove User" }, { "info": { "name": "Get Credits", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/billing/credits", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Credits" }, { "info": { "name": "Get Usage", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/billing/usage", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Usage" }, { "info": { "name": "Get Active Invoice", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/billing/invoice/current", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Active Invoice" }, { "info": { "name": "Playground", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/platform/organizations/:organization_id/playground", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Playground" } ] } ], "bundled": true }