# LoyaltyClub Context

Loyalty Club is the entity that allows Customer to have multiple sets of Members with specific content related to them.

For endpoints that operate specifically on Loyalty Club data, we use `LoyaltyClub` context.

The requests working within such context must specify slug of the Loyalty Club under `X-Loyalty-Club-Slug` header:

:::highlight blue
 `X-Loyalty-Club-Slug: infinity-mall`
:::

:::note
Some older endpoints expect the slug to be included within URL, e.g. `/v3/{loyalty_club_slug}/members`
:::
