First, please ensure you have two key pair authentication methods available to your user in your snowflake instance, for key pair rotation. That way SELECT won’t lose access to your Snowflake account when you change your credentials using this endpoiont. Then, use this endpoint to update the credentials for your Snowflake user account in SELECT. You can find your snowflake account UUID in Settings -> Accounts under the ‘Identifier’ column.Documentation Index
Fetch the complete documentation index at: https://api-docs.select.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The new key pair credentials for SELECT to access your Snowflake account with.
The private key for the Snowflake account user. This can be encrypted with a passphrase if desired. The key should be in PEM format. I.e. with a one-line header, consisting of -----BEGIN, a label, and -----, and a one-line footer, consisting of -----END, a label, and -----. However, we can also accept the key as a one-liner string with spaces instead of newlines, which happens if you paste a key into the api playground in our documentation.
The passphrase for the private key, if encrypted.
Successful Response
true