Rep
Engage

Paginated Rep ledger (Fan, Club, Player, and Direct sources)

Keyset pagination on (createdAt DESC, id DESC). source is fanAmp | club | playerAmp | dsportsDirect. playerChallenge maps to source=playerAmp; Direct grants map to dsportsDirect.

get/v1/engage/rep/ledger

Query parameters

cursorstring

Opaque base64url JSON {createdAt, id}

limitinteger

Response

{ entries: [{ id, source, amount, timestamp, reason }], nextCursor? }