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.

Authentication

AuthorizationBearer
JWT access token or Respan API key

Path parameters

idstringRequired

Response

idstringRead-only
unique_organization_idstringRead-only
points_amountdoubleRead-only
event_classstringRead-only
event_timedatetimeRead-only
descriptionstringRead-only
source_idstringRead-only
credit_amountdoubleRead-only
debit_amountdoubleRead-only
points_conversion_ratedoubleRead-only