---
title: "Api Points Transactions Summary Retrieve"
method: GET
path: "/api/points-transactions/summary/"
tags: ["platformApi"]
---

# Api Points Transactions Summary Retrieve

`GET /api/points-transactions/summary/`

GET /api/points-transactions/summary/
Get the caller's own organization's Respan Points balance + USD book value
(mirrors ``/api/credit-transactions/summary/``).

Own-org only — including superadmins. There is NO ``?org=`` cross-org
override (dropped to eliminate the cross-tenant leak / unknown-org bug
class). The org is resolved via ``ProjectScopedQuerysetMixin``'s
``get_request_project_id()``; an unresolvable own org FAILS CLOSED to a
zero-balance 200 (consistent with the list endpoint's empty result), NOT a
404.

Response:
    {
      "unique_organization_id": "...",
      "points_balance": 1200.0,
      "usd_book_value": 12.0,
      "last_points_event_at": "..."  # null when the org has no points
    }

## Headers

- `Authorization` string, required

## Response `200`

No response body

- PlatformAPIApiPointsTransactionsSummaryRetrieveResponse200 — Empty response body

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
