v1
latestOpenAPI 3.1.02026-07-26141236.8 KBPoints Transactions
Retrieve a points transaction
Retrieves a single points transaction by ID.
get/points_transactions/{id}
Path parameters
idinteger required
ID of the points transaction to retrieve.
ID of the points transaction to retrieve.
Response
The points transaction was successfully retrieved.
Example response
{
"points_transaction": {
"id": 825673452,
"customer_id": 304169228,
"points_change": 100,
"description": "Points correction",
"internal_note": "Due to issue with order #6834",
"created_at": "2024-12-07T20:15:27.893Z",
"updated_at": "2024-12-07T20:15:27.893Z"
}
}