Back to Supabase

How Do I Check Gotrueapi Version Of A Supabase Project LQAnOR

apps/docs/content/troubleshooting/how-do-i-check-gotrueapi-version-of-a-supabase-project-lQAnOR.mdx

1.26.04332 B
Original Source

Make a GET request to the health check endpoint to retrieve this information. Below is an example using curl:

curl -X GET 'https://project-ref.supabase.co/auth/v1/health' -H 'apikey: ANON_KEY'

{
    "version": "v2.60.7",
    "name": "GoTrue",
    "description": "GoTrue is a user registration and authentication API"
}