Skip to content

REST API

The Snowflake REST API provides REST API endpoints that allow you to manage schemas and tables in Snowflake. Snowflake REST APIs let you use the programming language of your choice to build your integrations.

LocalStack for Snowflake supports REST API endpoints that let you manage your Snowflake data locally.

LocalStack for Snowflake supports the following REST API endpoints to manage your Snowflake data locally:

Supported EndpointDescription
POST /api/v2/databasesCreates a database.
GET /api/v2/databasesLists accessible databases.
GET /api/v2/databases/<name>Fetch a specific database.