v5

latestOpenAPI 3.1.02026-08-08341215300.9 KB

Store Snowflake Oauth Config

Store Snowflake OAuth client configuration (client_id, client_secret, account) for the user's team. This sets up the team to be able to complete the OAuth flow with Snowflake.

post/api/snowflake/oauth/config

Request body

client_idstring required

Snowflake OAuth client ID

client_secretstring required

Snowflake OAuth client secret

accountstring required

Snowflake account identifier (e.g., xy12345.us-east-1)

rolestring nullable

Snowflake role to use for queries (e.g., ACCOUNTADMIN)

Response

Successful Response

successboolean required
snowflake_oauth_idstring required