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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
Your issuer organization ID, provided by Kard
userId
The ID of the user as defined on the issuers system
Headers
X-Kard-Target-Issuer
Target issuer ID for BaaS providers. When set, the auth token will be scoped to this specific issuer. Required for BaaS providers; omit for standard issuer integrations.
Query parameters
page[after]
Cursor for next page (base64-encoded timestamp + transaction ID)
page[before]
Cursor for previous page (base64-encoded timestamp + transaction ID)
page[size]
Number of results per page
Response
This endpoint returns an object.
data
links
Related links to the API call
included
Additional resources referenced in the response
Errors
400
Invalid Request
401
Unauthorized Error
404
Does Not Exist Error
500
Internal Server Error