Skip to main content

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.

Screenshot 2024-08-26 at 21.01.22.png

Tenant info

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.