---
title: "Request access to existing partner"
method: POST
path: "/partners/request_access"
tags: ["Request access"]
---

# Request access to existing partner

`POST /partners/request_access`

Use this endpoint to request access to an existing partner of Booking.com

## Headers

- `Authorization` string

## Request body

- object
  - `le_id` integer — Legal entity ID of the partner. This is treated as the unique identifier for the partner.
  - `legal_contact_email` string — Contract contact email id of the partner. This is treated as the unique identifier for the partner.

## Response `200`

OK

- object
  - `data` object, required
    - `link_to_connect` string, required — URL link for the partner to authorize the connectivity provider.
  - `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)
