points, the points-to-currency factor, the configured creditType, and the account's loyalty-points limit check. The client is identified by the id path parameter; there is no request body. Requires the Client Loyalty plugin to be enabled — when it is not, the endpoint responds with an empty object {}.curl --location --globoff 'https://.daftra.com/api2/clients/loyalty-points/512' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"points": 120.5,
"factor": 0.1,
"creditType": {
"property1": "string",
"property2": "string"
},
"checkSiteLimitLoyaltyPts": true
}