curl --request POST \
--url https://dev.startree.ai/tenants/{tenantName} \
--header 'Authorization: <api-key>'
curl --request POST \
--url https://dev.startree.ai/tenants/{tenantName} \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Tenant name
Was this page helpful?