Get Earned Rewards

Retrieve rewarded transaction history for a specific user. Returns only SETTLED transactions within the last 12 months.


Required scopes: transaction:read


Query Limit: Maximum of 12 months of transaction data can be queried.

Path parameters

organizationIdstringRequired
Your issuer organization ID, provided by Kard
userIdstringRequired
The ID of the user as defined on the issuers system

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

page[after]stringOptional

Cursor for next page (base64-encoded timestamp + transaction ID)

page[before]stringOptional

Cursor for previous page (base64-encoded timestamp + transaction ID)

page[size]integerOptional
Number of results per page

Response

This endpoint returns an object.
datalist of objects
includedlist of objects or null
Additional resources referenced in the response

Errors