---
title: "Retrieve Tenant"
method: GET
path: "/tenants/{id}"
tags: ["Tenants"]
---

# Retrieve Tenant

`GET /tenants/{id}`

Returns metadata about your tenant.

## Path parameters

- `id` string, uuid, required

## Response `200`

Tenant successfully retrieved.

- object
  - `tenant` object
    - `id` string, uuid — Unique ID identifying the tenant.
    - `name` string — Organization name of the tenant.
    - `account_status` string — Current status of the tenant.
    - `address` string — Tenant's address.
    - `latitude` number, double — Latitude corresponding to tenant's address.
    - `longitude` number, double — Longitude corresponding to tenant's address.
    - `contact_name` string — Name of tenant's primary contact person.
    - `contact_phone` string — Phone number of tenant's primary contact person.
    - `contact_email` string, email — Email address of tenant's primary contact person.
    - `currency` string — Default currency for the tenant (USD, CAD, EUR, etc.).
    - `project_statuses` string[] — Possible statuses for projects in the tenant.
    - `temperature_unit` 'F' | 'C' — Default temperature unit for the tenant (F/C).
    - `units` 'imperial' | 'metric' — Default measurement units for the tenant (imperial/metric).

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/aurorasolar/apis/sync-api.md) · [All operations](https://skmtc.net/aurorasolar/apis/sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aurorasolar/sync-api/revisions/5b41808d104d/schema)
