transactions
get/v2/transactions
Query parameters
type'csv' | 'json'
The format of the response
since_idinteger
Return only resources whose id is after the specified id
limitinteger
Max number of resources to return per request
cursorstring
Fetch another page of results using a cursor returned in a previous response
customer_idnumber
Return only transactions for this LoyaltyLion customer ID
created_at_minstring
Return only transactions created on or after the specified ISO 8601 datetime string
created_at_maxstring
Return only transactions created before the specified ISO 8601 datetime string
Response
200
Example response
{
"transactions": [
{
"claimed_reward": {
"redeemable": {
"currency": "usd"
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.