curl --request GET \
--url https://dev.startree.ai/cluster/configs \
--header 'Authorization: <api-key>'
List cluster level configurations
curl --request GET \
--url https://dev.startree.ai/cluster/configs \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Was this page helpful?