Checks if a data warehouse is currently configured
cURL
curl --request GET \ --url https://metrics.eu.confidence.dev/v1/dataWarehouses:exists \ --header 'Authorization: Bearer <token>'
{ "exists": true, "demoData": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?