Skip to main content
GET
/
landlords
/
{landlordId}
Get a landlord
curl --request GET \
  --url https://app.lanten.co/api/open/v1/landlords/{landlordId} \
  --header 'Authorization: <api-key>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "email": "jsmith@example.com",
    "phoneNumber": "<string>",
    "fullAddress": "<string>",
    "status": "active",
    "notes": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

landlordId
string<uuid>
required

Response

Landlord

data
object