GET
/
partner
/
tenants
/
{id}
Get Tenant
curl --request GET \
  --url https://api.embedreach.com/partner/tenants/{id}
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "name": "<string>",
    "website": "<string>",
    "externalId": "<string>",
    "locations": [
      {
        "addressLine1": "<string>",
        "addressLine2": "<string>",
        "addressLine3": "<string>",
        "locality": "<string>",
        "district": "<string>",
        "postalCode": "<string>",
        "countryCode": "<string>"
      }
    ]
  }
}

Response

200
application/json

Status 200 response

The response is of type object.