---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/push-notifications/concepts/data-format.md
  - https://yandex.com/dev/market/partner-api/doc/ru/push-notifications/concepts/data-format.md
  - https://yandex.com/dev/market/partner-api/doc/zh/push-notifications/concepts/data-format.md
  - href: en/push-notifications/concepts/data-format.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/market/partner-api/doc/en/llms.txt

# Request and response data format

The Market's requests to the store use only data in the JSON format. The store's response data must be presented in the same format.

The data format is specified in the HTTP header. `Content-Type: application/json`.

Required encoding of the request and response: UTF-8.


{% cut "Request body example" %}

```json translate=no
{
  "notificationType": "PING",
  "time": "2025-01-16T10:09:49.759084017Z"
}
```
{% endcut %}


{% cut "Example of the response body" %}

```json translate=no
{
  "version": "1.0.0",
  "name": "name",
  "time": "2025-01-16T10:09:49.759084017Z"
}
```
{% endcut %}

## Find out more {#read-more}

[Description of the JSON format](http://json.org)
