v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Callbacks

Get Callback Details (Deprecated)

Deprecated: This endpoint is deprecated and will be removed in a future release. Use GET /callbacks/{callbackId} instead.

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

get/subscriptions/callback-log/{callbackId}

Path parameters

callbackIdstring uuid required

The callback id for which to fetch details.

Response

Ok

idstring uuid

The ID of the callback log entry.

entityIdstring uuid

The ID of the entity the callback is about. Together with the eventType, this uniquely identifies the business entity.

eventTypestring

The type of the event that triggered the callback.

organizationIdstring uuid

The ID of the organization the callback is about.

payloadstring

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.

attemptCountinteger

The amount of attempts to send the callback, includes retries.