---
title: "Get Callback Details (Deprecated)"
method: GET
path: "/subscriptions/callback-log/{callbackId}"
tags: ["Callbacks"]
deprecated: true
---

# Get Callback Details (Deprecated)

`GET /subscriptions/callback-log/{callbackId}`

> **Deprecated.**

**Deprecated:** This endpoint is deprecated and will be removed in a future release. Use [`GET /callbacks/{callbackId}`](/reference/get-callback) instead.

Get details about a specific callback, like its payload. This endpoint is useful for debugging and investigating issues with callbacks.

## Path parameters

- `callbackId` string, uuid, required

## Response `200`

Ok

- object
  - `id` string, uuid — The ID of the callback log entry.
  - `entityId` string, uuid — The ID of the entity the callback is about. Together with the `eventType`, this uniquely identifies the business entity.
  - `eventType` string — The type of the event that triggered the callback.
  - `organizationId` string, uuid — The ID of the organization the callback is about.
  - `payload` string — The payload of the callback as we originally sent it to you. The structure depends on the `eventType`. The JSON notation is escaped (with `\`) and encoded as a string.
  - `attemptCount` integer — The amount of attempts to send the callback, includes retries.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
