Get Loyalty Points

Use this endpoint to retrieve point details for a specific membership, within the specified company.

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-api-versiondateOptional

Used for API versioning. More details.

Query parameters

membershipNumberstringOptional
Unique membership number.
cardNumberstringOptional
Unique member card number.
customerNumberstringOptional
Customer number associated with the membership.

Response

This endpoint returns an object.
membershipobject
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.