Logo
Acronis Cyber Platform's Public API Documentation

Map tenants id (bigint) to tenants uuid

GET {{base_url}}/api/2/tenants/{{my_tenant_id}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "default_idp_id": "11111111-1111-1111-1111-111111111111", "customer_type": "default", "brand_id": 6785, "owner_id": null, "has_children": true, "ancestral_access": false, "customer_id": null, "kind": "customer", "enabled": true, "language": "en", "update_lock": { "enabled": false, "owner_id": null }, "version": 2, "id": "80ab3c1f-8af0-40d3-8848-4eb5b439d88c", "internal_tag": null, "parent_id": "4bda6573-e466-43b5-be09-fdb2ce7dfab6", "brand_uuid": "81e51d9f-34b3-4fd5-a4a0-32614036740c", "name": "Stanislav Pavlov", "contact": { "lastname": "", "city": null, "zipcode": null, "firstname": "", "phone": null, "address1": null, "country": null, "email": "", "state": null, "address2": null } }



Curl
curl -X GET 'base_url/api/2/tenants/my_tenant_id'

ENDPOINTS