Logo
Acronis Cyber Platform's Public API Documentation

Get my tenant locations info

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "locations": [ "edbbebe2-f8bb-4276-89b0-b6eb19dd239a" ] }



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

ENDPOINTS