{ "opencollection": "1.0.0", "info": { "name": "QuantCDN AI Agents Tokens API", "version": "4.15.8" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "List API tokens scoped to this organization", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization/tokens", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List API tokens scoped to this organization" }, { "info": { "name": "Create a new API token scoped to this organization", "type": "http" }, "http": { "method": "POST", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization/tokens", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new API token scoped to this organization" }, { "info": { "name": "Revoke an API token", "type": "http" }, "http": { "method": "DELETE", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization/tokens/:token_id", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" }, { "name": "token_id", "value": "42", "type": "path", "description": "Token ID to revoke" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Revoke an API token" } ] } ], "bundled": true }