docs-site/content/cloud-management-api/v1/authentication.md
This section talks about how to authenticate with the Typesense Cloud Cluster Management API.
If you're looking for the Typesense Server API docs, see here.
Make sure you note this API Key down, as this will be the only time you'll be able to see the full API Key.
You can set the API Key in the X-TYPESENSE-CLOUD-MANAGEMENT-API-KEY HTTP header, or also as a query parameter with the same name.
curl -X GET --location "https://cloud.typesense.org/api/v1/clusters" \
-H "Accept: application/json" \
-H "X-TYPESENSE-CLOUD-MANAGEMENT-API-KEY: INSERT-YOUR-KEY-HERE"