curl --request GET \
--url /tenant/v1/units/2 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'
Units
Get Unit
Get unit details by ID
GET
/
tenant
/
v1
/
units
/
{unit_id}
curl --request GET \
--url /tenant/v1/units/2 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'

