POST
/
v2
/
customers
/
{merchant_id}
/
points
curl --request POST \
  --url https://api.loyaltylion.com/v2/customers/{merchant_id}/points \
  --header 'Content-Type: application/json' \
  --data '{
  "points": 500000,
  "reason": "<string>"
}'
""

Path Parameters

merchant_id
string
required

Body

application/json
Body
points
integer
required
Required range: 1 < x < 1000000
reason
string | null

A message that will be visible to the shopper and included on the customer’s page in the LoyaltyLion admin

Response

201
application/json
201

The response is of type enum<string>.

Available options: