Execute a SQL query against the user’s data.
The endpoint provides read-only access to secure views (transactions, cards, accounts, etc.) scoped to the authenticated user’s entities.
SQL Dialect: Uses Snowflake SQL syntax.
Data Freshness: Data may be up to 1 hour behind real-time.
Use SHOW TABLES to list available tables and DESCRIBE <table> to see columns.
Authentication from public API requests
SQL query to execute against the sandbox. Supports SELECT on exposed views, SHOW TABLES, and DESCRIBE
.