Skip to main content
GET
/
v1
/
customers
/
{identifier}
/
earning-history
/
{id}
Get earning history entry
curl --request GET \
  --url https://api.mageloyalty.com/v1/customers/{identifier}/earning-history/{id} \
  --header 'Authorization: <api-key>'
Get a single earning history entry by its ID. Validates that the entry belongs to the given customer and shop.

Response

Returns a single earning history entry object.

Errors

StatusScenario
404Entry or customer not found