Skip to content

Commit

Permalink
fix: prepend Cloud API KEY with apikey (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
djptek authored Sep 16, 2024
1 parent 6dca56c commit f0f3c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant-landing/content/documentation/qdrant-cloud-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here's an example of a basic request to **list all clusters** in your Qdrant Clo
curl -X 'GET' \
'https://cloud.qdrant.io/pa/v1/accounts/<YOUR_ACCOUNT_ID>/clusters' \
-H 'accept: application/json' \
-H 'Authorization: <YOUR_API_KEY>'
-H 'Authorization: apikey <YOUR_API_KEY>'
```

This request will return a list of clusters associated with your account in JSON format.
Expand Down

0 comments on commit f0f3c98

Please sign in to comment.