# Add bonus points Method that allows you to manually add points to specific member Endpoint: POST /loyalty/bonus/addRewardPoints Version: 4.3.0 Security: api_key ## Request fields (application/json): - `points` (number, required) Number of points to add Example: 1000 - `description` (string, required) Description of points added Example: "Extra bonus points due to delayed shipment" ## Response 200 fields (application/json): - `externalId` (string) The external identifer, most common is the members mobile phone number. Example: "+4712345678" - `activity` (string) The id of the activity that the customer has performed. Example: "20" - `activityDate` (string) When whas the activity done. Example: "2022-07-01" - `activityValue` (integer) How many points is awarded for the activity. Example: 10 ## Response 400 fields ## Response 401 fields ## Response 403 fields