{ "opencollection": "1.0.0", "info": { "name": "Xata API Keys API", "version": "1.0" }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "List API Keys for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.xata.tech/organizations/:organizationID/api-keys", "params": [ { "name": "organizationID", "value": "", "type": "path", "description": "Unique identifier for a specific organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://auth.xata.io/realms/xata/protocol/openid-connect/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Retrieve a list of API keys for a specific organization." }, { "info": { "name": "Create an Organization API Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.xata.tech/organizations/:organizationID/api-keys", "params": [ { "name": "organizationID", "value": "", "type": "path", "description": "Unique identifier for a specific organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://auth.xata.io/realms/xata/protocol/openid-connect/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new API key for an organization." }, { "info": { "name": "Bulk delete API Keys for an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.xata.tech/organizations/:organizationID/api-keys", "params": [ { "name": "organizationID", "value": "", "type": "path", "description": "Unique identifier for a specific organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://auth.xata.io/realms/xata/protocol/openid-connect/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete multiple API keys in a single request." }, { "info": { "name": "List API Keys for the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.xata.tech/api-keys", "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://auth.xata.io/realms/xata/protocol/openid-connect/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Retrieve a list of API keys for the authenticated user." }, { "info": { "name": "Create a User API Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.xata.tech/api-keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://auth.xata.io/realms/xata/protocol/openid-connect/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new API key for the authenticated user." }, { "info": { "name": "Bulk delete API Keys for the authenticated user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.xata.tech/api-keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://auth.xata.io/realms/xata/protocol/openid-connect/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete multiple API keys in a single request." } ] } ], "bundled": true }