Points
Get a point record
Get information about a specific point transaction.
get/points/{point_id}
Path parameters
point_idstring required
The unique ID of the point record.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"point_id": "8bd48117006496e0b1788109b8",
"customer_id": "87af991126405bf8e7dfb36045",
"assigned_points": 50,
"available_points": 700,
"point_type_id": "81eaeea13b8984a169c490a325",
"partner_id": "86e05affc7a7abefcd513ab400",
"valid_to": "2023-09-16 23:59:59",
"state": 1,
"created_at": "2016-06-30 15:05:49",
"note": "Birthdate point reward"
}
}