Point reservation
Get a point reservation
Get information about a specific point reservation.
get/point-reservations/{point_reservation_id}
Path parameters
point_reservation_idstring required
The unique ID of the point reservations.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"points_reservation_id": "8fd73167342d06899c4c015320",
"customer_id": "8ea2591121e636086a4a9c0992",
"external_id": "123459",
"quantity": 10,
"state": 1,
"expiration": "2023-10-31 00:00:00"
}
}