---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://yandex.com/dev/partner-objects/doc/en/concepts/formats.md
  - https://yandex.com/dev/partner-objects/doc/ru/concepts/formats.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/partner-objects/doc/en/llms.txt


# Interaction format

The API is accessed over the HTTPS protocol. The API supports the following HTTP methods:
- GET — Requesting a specified resource.
- POST — Creating a new resource.
- PATCH — Changing a specified resource.

Operations are listed in [Operations with API resources](https://yandex.com/dev/partner-objects/doc/en/concepts/all-resources.md).

## Exchanging data

The API supports JSON format. The following headers are used in requests:

#|
|| **Header** | **Description** | **Method** ||
|| `Authorization` | Data for authorization. |
GET

POST

PATCH ||
|| `Accept` | Format of the requested resource. Acceptable values:
- application/vnd.api+json. |
GET

POST

PATCH ||
|| `Content-Type` | Input data format for the resource. Acceptable values:
- application/vnd.api+json. | 

POST

PATCH ||
|#

