v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
platformApi

Api Points Transactions Retrieve

GET /api/points-transactions/<id>/ Retrieve a single Respan Points transaction by ID, scoped to the caller's own organization.

Own-org only — including superadmins (no get_superadmin_queryset override). A row belonging to another org is not visible (404), enforced by ProjectScopedQuerysetMixin.

NOTE: CLICKHOUSE-ONLY — reads ch_billing_event points-class rows.

get/api/points-transactions/{id}/

Path parameters

idstring required

Headers

Authorizationstring required

JWT access token or Respan API key

Response

idstring required
unique_organization_idstring required
points_amountnumber double required
event_classstring required
event_timestring date-time required
descriptionstring required
source_idstring required
credit_amountnumber double required
debit_amountnumber double required
points_conversion_ratenumber double required