How can I verify the Snowflake REST API endpoint is accessible and functioning correctly?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I verify the Snowflake REST API endpoint is accessible and functioning correctly?
Asked by:
89 Viewed 89 Answers

Answer (89)

Best Answer
(383)
You can verify the endpoint using a REST client (like Postman or `curl`). Attempt a simple GET request to the Snowflake REST API endpoint (e.g., to retrieve account information). A successful response (HTTP 200) indicates the endpoint is reachable. An error response will provide more specific details about the issue. Refer to Snowflake's REST API documentation for valid endpoints.