curl --request PUT \
--url https://dev.startree.ai/tenants \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
curl --request PUT \
--url https://dev.startree.ai/tenants \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
The format of the key is "Basic <token>" or "Bearer <token>"
Was this page helpful?