v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Tenants

Retrieve Tenant

Returns metadata about your tenant.

get/tenants/{id}

Path parameters

idstring uuid required

The ID of the tenant to retrieve.

Response

Tenant successfully retrieved.

Example response

{
  "tenant": {
    "name": "Aurora Solar",
    "account_status": "active",
    "address": "434 Brannan St, San Francisco, CA, USA",
    "latitude": 37.77960043,
    "longitude": -122.39530086,
    "contact_name": "Christopher Hopper",
    "contact_phone": "(415) 509-6995",
    "contact_email": "support@aurorasolar.com",
    "currency": "USD",
    "project_statuses": [
      "Remote Assessment Completed",
      "Engineering Design Completed",
      "Permit Submitted",
      "Permit Received",
      "Ready for Installation",
      "Completed"
    ]
  }
}
All 101 operations