cURL
curl --request GET \ --url https://api.smile.io/v1/points_transactions/{id} \ --header 'Authorization: Bearer <token>'
{ "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" } }
Retrieves a single points transaction by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the points transaction to retrieve.
The points transaction was successfully retrieved.
Show child attributes