---
title: "Changes to Receives batched logs from integration applications."
method: POST
path: "/integrations/logs"
---

# Changes to Receives batched logs from integration applications.

`POST /integrations/logs`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 29 revisions.

- **2026-06-04** (v5) `b698c180678a` — 10 breaking, 6 info
- **2025-04-04** (v5) `10f9eba4ad97` — 4 breaking, 3 info
- **2024-08-14** (v5) `89c27ed39cfd` — 1 breaking
- **2024-02-08** (v5) `7529b464d5cb` — 1 info

## Changes

- **2026-06-04** (v5) `b698c180678a` — 10 breaking, 6 info
  - added `#/components/schemas/IntegrationLogEventType` to the `logs/items/event_type` request property `allOf` list
  - added `#/components/schemas/IntegrationLogLevel` to the `logs/items/log_level` request property `allOf` list
  - removed the enum value `API` of the request property `logs/items/event_type`
  - removed the enum value `APP` of the request property `logs/items/event_type`
  - removed the enum value `ERROR` of the request property `logs/items/log_level`
  - removed the enum value `INFO` of the request property `logs/items/log_level`
  - removed the enum value `WARN` of the request property `logs/items/log_level`
  - the `logs/items/event_type` request property type/format changed from `string`/`` to ``/``
  - the `logs/items/log_level` request property type/format changed from `string`/`` to ``/``
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - removed `#/components/schemas/Error, #/components/schemas/DetailedError` from the response body `anyOf` list for the response status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the non-success response with the status `429`
  - added the optional property `rejected_logs` to the response with the `400` status
- **2025-04-04** (v5) `10f9eba4ad97` — 4 breaking, 3 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `400`
  - removed the required property `code` from the response with the `400` status
  - removed the required property `details` from the response with the `400` status
  - removed the required property `message` from the response with the `400` status
  - the `logs/items/error/message` request property's maxLength was increased from `512` to `8192`
  - the `logs/items/message` request property's maxLength was increased from `2048` to `8192`
  - added `#/components/schemas/Error, #/components/schemas/DetailedError` to the response body `anyOf` list for the response status `400`
- **2024-08-14** (v5) `89c27ed39cfd` — 1 breaking
  - the `logs` request property's minItems was increased to `1`
- **2024-02-08** (v5) `7529b464d5cb` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/pinterest/apis/pinterest-rest-api/docs/integrations/logs/post.md) · [API](https://skmtc.dev/pinterest/apis/pinterest-rest-api.md) · [Page](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/integrations/logs/post)
