# Tiers Welcome to the Tiers API Documentation for Annex Clouds cutting-edge loyalty program platform. Our Tiers API empowers developers, businesses, and partners to seamlessly integrate and enhance their applications with our dynamic and customizable loyalty tiers system. This API documentation serves as your comprehensive guide to understanding and implementing the Tiers API, unlocking the full potential of loyalty-driven engagement for your customers. Whether you are looking to reward long-term patrons, incentivize higher spending, or create personalized experiences for your member base, our Tiers API offers a versatile solution that aligns with your unique business goals. By integrating this API, you can effortlessly design and manage multi-tiered loyalty structures that captivate, engage, and retain your audience, all while enjoying the ease of integration and scalability that our platform provides. Throughout this documentation, we will delve into the core functionalities of the Tiers API, walking you through the steps to seamlessly incorporate loyalty tiers into your applications. From setting up tier parameters and defining eligibility criteria, to handling tier transitions and leveraging tier-specific benefits, we have got you covered with clear instructions and code examples. ## Tier information against site ID - [GET /tierlist/all](https://annexcloud.redocly.app/loyalty/loyalty/tiers/getalltierlist.md): This method retrieves tier details against site ID. The member must use the site ID as a key to fetch all the details of the Tier. ## Tier information against site ID and page number - [GET /tierlist/all?page=1](https://annexcloud.redocly.app/loyalty/loyalty/tiers/getalltierlistpage.md): This method retrieves tier details against a site ID and page number. Site ID and page number must be passed as a key to fetch all the details of the tiers. ## Get tier information for a loyalty member - [GET /users/{{memberId}}/tiers](https://annexcloud.redocly.app/loyalty/loyalty/tiers/gettiersinfo.md): This method retrieves tier details for a specific member. Enter the member's user ID as a key to fetch all tier details for that member.