Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": "<unknown>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Check Snowflake SSO authentication
Check if the user is authenticated with Snowflake SSO
GET
/
api
/
v1
/
snowflake
/
sso
/
is-authenticated
Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": "<unknown>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?