GET
/
v1
/
tenants
/
{id}
Get tenant
curl --request GET \
  --url https://staging.api.us.aptlydone.com/auth/v1/tenants/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "timestamp": "2025-06-25T06:16:48.664Z",
  "message": "Success",
  "data": {
    "id": "50bf4ed0-53c5-4212-97c3-3044e6083bd5",
    "aptlyAccountId": "1122345",
    "tenantIdDescope": "tenant-E5Zv3Jex",
    "tenantName": "Williamson - Simonis",
    "tenantCode": "JFFZ53",
    "authType": "SSO",
    "isSsoEnabled": false,
    "domains": [
      "stupendous-heroine.com",
      "ornery-nightlife.biz"
    ],
    "website": "https://adolescent-commercial.name",
    "companyName": "Streich and Sons",
    "taxId": "14816773",
    "address": {
      "line1": "804 Ella Landing",
      "line2": "Suite 439",
      "city": "New Elinor",
      "state": "Ohio",
      "zipCode": "25347-1799"
    },
    "country": "Mongolia",
    "organization": "users",
    "region": "PT",
    "dateFormat": "MM/DD/YYYY",
    "baseCurrency": "USD",
    "isMultiCurrencyAllowed": false,
    "defaultTimezone": "UTC-5",
    "companyLogoFile": "https://picsum.photos/seed/D0yYoBoX6/3605/501",
    "dashboardLogoFile": "https://loremflickr.com/2888/31?lock=8426903047799410",
    "billingEmailAddress": "[email protected]",
    "stateCode": "SA",
    "countryCode": "US",
    "isActive": true,
    "isDeleted": false,
    "status": "ACTIVE",
    "createdOn": "2024-07-30T09:17:04.880Z",
    "createdBy": "8c7b1ab5-79f5-4b0b-88b5-78f8014f39c1",
    "updatedOn": "2025-06-24T17:42:19.178Z",
    "updatedBy": "72333376-f475-4d61-aecc-f57ada9de5aa",
    "currencyRates": [
      {
        "currency": "EUR",
        "rate": "0.91"
      },
      {
        "currency": "JPY",
        "rate": "146.98"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Tenant fetched successfully

The response is of type object.