---
title: "Check Partner legal details with email"
method: POST
path: "/partners/legal-details"
tags: ["Check legal details"]
---

# Check Partner legal details with email

`POST /partners/legal-details`

Use this endpoint to check the details of Partner within Booking.com for the mentioned partner email ID

## Headers

- `Authorization` string

## Request body

- object
  - `is_test` 0 | 1 — Flag to filter in/out test partner cards. Setting it to 1 will look for test partners only, 0 will look for non-test partners only.
  - `legal_contact_email` string, required — Contract contact email ID of the partner. This is treated as the unique identifier for the partner.

## 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/versions/558b23bebdcd/schema)
