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

Authorizations

Authorization
string
header
required

An API key linked to a Program in LoyaltyLion, with a set of permissions (scopes). API keys can be created manually, or acquired through an OAuth2 flow. The API key should be provided as a Bearer token in the Authorization header

Path Parameters

merchant_id
string
required

Body

application/json

Body

The body is of type object.

Response

201
application/json

201

The response is of type enum<string>.

Available options: