---
title: "Check Partner legal details with entity ID"
method: GET
path: "/partners/legal-details/legal-entity/{id}"
tags: ["Check legal details"]
---

# Check Partner legal details with entity ID

`GET /partners/legal-details/legal-entity/{id}`

Use this endpoint to check the details of Partner within Booking.com for the given legal entity ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `data` PartnerDetailsObject, required
    - `city` string, required — City name of the partner company.
    - `company_name` string, required — Commercial name of the company. Use the partner name if a commercial name is not available.
    - `contract_countries` string[], required — A list of all the country names for which contract has been signed.
    - `contract_signed` integer, required — Indicates whether the partner contract is signed. Returns 1 if signed, 0 if unsigned.
    - `country` string, required — Country name of the partner company.
    - `legal_contact_email` string, required — Contact email of the partner. This is treated as the unique identifier for the partner.
    - `legal_contact_name` string, required — Contact name of the person authorized to sign.
    - `legal_contact_phone_number` string, required — Contact phone number of the partner.
    - `legal_entity_id` integer, required — The legal entity ID of the new partner invited.
    - `total_number_of_properties` integer, required — Total number of properties (at different addresses) listed under the legal entity.
  - `errors` object[]
    - `code` string, required — Alphanumeric identifier for warning/error.
    - `details` object, required — Additional details of warning/error.
    - `message` string, required — English-language description of warning/error.
  - `meta` object, required
    - `ruid` string, required — Response Unique Identifier. Refer to this when talking to Booking.com Connectivity Support.
  - `warnings` object[]
    - `code` string, required — Alphanumeric identifier for warning/error.
    - `details` object, required — Additional details of warning/error.
    - `message` string, required — English-language description of warning/error.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/booking/apis/contracting-api.md) · [All operations](https://skmtc.net/booking/apis/contracting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/contracting-api/revisions/558b23bebdcd/schema)
