https://select.dev/app/<snowflake_account_uuid>/home.
Or, if you have multiple accounts, you can find their UUIDs in Settings -> Accounts under the “Identifier” column.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
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.
Response
Successful Response

