Get Loyalty Points
Use this endpoint to retrieve point details for a specific membership, within the specified company.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Query parameters
membershipNumber
Unique membership number.
cardNumber
Unique member card number.
customerNumber
Customer number associated with the membership.
Response
This endpoint returns an object.
membership
This is a composite type representing a Membership and its associated Points. It extends the MembershipEntity and includes a list of Points linked to the membership.