{ "info": { "_postman_id": "ff8861e8-7218-4ed4-90b4-cab60d496f1f", "name": "SingleStore Data Files Secrets API", "description": "The SingleStore Data API enables developers to execute SQL statements against a SingleStore Helios database over standard HTTP connections without requiring a native database driver or MySQL-compatible client. It supports all SQL statements available through a direct database connection, returning results as JSON-encoded responses using standard HTTP methods and response codes. The API exposes endpoints for executing DDL and DML statements via /api/v2/exec and returning query result sets via /api/v2/query/rows and /api/v2/query/tuples. Authentication is handled using HTTP Basic or Bearer Authentication over HTTPS. The API supports up to 192 parallel requests per aggregator, making it suitable for serverless architectures and custom application integrations.\n\nContact Support:\n Name: SingleStore Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:54:50.000Z", "updatedAt": "2026-07-28T02:54:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-ff8861e8-7218-4ed4-90b4-cab60d496f1f" }, "item": [ { "name": "secrets", "item": [ { "name": "List Secrets", "id": "8eab4c9f-9a5d-4873-8fe6-1fc055189a15", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/secrets?name=", "host": [ "{{baseUrl}}" ], "path": [ "secrets" ], "query": [ { "description": "Filter secrets by exact name match.", "key": "name", "value": "" } ] }, "description": "Retrieves all secrets defined in the current organization, optionally filtered by name. Secret values are not returned in list responses; only metadata such as name, ID, and timestamps are included." }, "response": [ { "id": "6dd58df0-fa42-4264-bb41-0b993cfe9c69", "name": "List of secrets returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/secrets?name=", "host": [ "{{baseUrl}}" ], "path": [ "secrets" ], "query": [ { "description": "Filter secrets by exact name match.", "key": "name", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"secrets\": [\n {\n \"secretID\": \"\",\n \"name\": \"\",\n \"createdBy\": \"\",\n \"createdAt\": \"\",\n \"lastUpdatedBy\": \"\",\n \"lastUpdatedAt\": \"\"\n },\n {\n \"secretID\": \"\",\n \"name\": \"\",\n \"createdBy\": \"\",\n \"createdAt\": \"\",\n \"lastUpdatedBy\": \"\",\n \"lastUpdatedAt\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:54:51.000Z", "updatedAt": "2026-07-28T02:54:51.000Z", "uid": "35240-6dd58df0-fa42-4264-bb41-0b993cfe9c69" }, { "id": "0da84e98-096d-43d5-ac01-78cae717d8ff", "name": "The request did not include a valid Bearer token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/secrets?name=", "host": [ "{{baseUrl}}" ], "path": [ "secrets" ], "query": [ { "description": "Filter secrets by exact name match.", "key": "name", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:54:51.000Z", "updatedAt": "2026-07-28T02:54:51.000Z", "uid": "35240-0da84e98-096d-43d5-ac01-78cae717d8ff" } ], "createdAt": "2026-07-28T02:54:51.000Z", "updatedAt": "2026-07-28T02:54:51.000Z", "uid": "35240-8eab4c9f-9a5d-4873-8fe6-1fc055189a15" } ], "id": "e66da3f1-977b-48b0-9fca-6e72cd2a3b94", "createdAt": "2026-07-28T02:54:51.000Z", "updatedAt": "2026-07-28T02:54:51.000Z", "uid": "35240-e66da3f1-977b-48b0-9fca-6e72cd2a3b94" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "workspaceHost", "value": "your-workspace.singlestore.com" }, { "key": "baseUrl", "value": "https://{{workspaceHost}}" } ] }