Purchase a points product
Points Products
Purchase a points product
Exchanges a customer’s points for a reward by purchasing a points product.
POST
Purchase a points product
This endpoint requires the scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the points product to purchase.
Example:
132456921
Body
application/json
ID of the customer who is purchasing the points product.
Example:
304169228
The number of points that will be spent on behalf of the customer. Only applies when purchasing a points product whose exchange_type is variable, otherwise should be left blank.
Example:
500
Response
201 - application/json
The points product was successfully purchased.