How to find my tenant UUID?
You can find its tenant_uuid by making a /GET
request to the /v1/info/customers
api. You will receive the following object as a response (uuid here will be your tenant_uuid):
{
"uuid": "11b2222b-33c4-55b6-bbbb-777b888bb99c",
"customer_name": "demo-tenant-nick",
"username": "demo.nick@taigacloud.com"
}
Also, this information is available from the portal, in the right corner of the header you can find your tenant's name and uuid, near the user icon, as in the screenshot below.