> ## Documentation Index
> Fetch the complete documentation index at: https://docs.claimr.io/llms.txt
> Use this file to discover all available pages before exploring further.

# API: connect claimr to your own systems and data

> See what you can do with the claimr API — retrieve user information, check balances, monitor activity, and subscribe to webhooks.

By understanding the claimr API and utilizing your API token correctly, you can integrate claimr's functionalities into your system and unlock new possibilities for data analysis.

**What can you do with the claimr API?**

* **Retrieve user information**: Access data about users who have interacted with your claimr campaigns, such as their progress, rewards earned, and participation history.
* **Check balances**: Retrieve information about user point balances tracked within your campaigns, including total points (sum of all points), referral points, and user-generated content (UGC) points.
* **Monitor user activity**: Track user actions and engagement within your claimr campaigns, providing valuable insights into user behavior and campaign performance.
* **Subscribe to webhooks**: Receive real-time updates on events happening within your campaigns, such as task completions, reward claims, or new user registrations. This allows your system to react dynamically to user actions and provide a more personalized experience.

<CardGroup cols={2}>
  <Card title="API token" icon="key" href="/api-guide/api-token">
    Generate and authorize the token that secures every request to the claimr API.
  </Card>

  <Card title="API methods" icon="code" href="/api-guide/api-methods">
    Browse the full set of endpoints for webhooks, users, tasks, campaigns, and more.
  </Card>

  <Card title="User token" icon="user-lock" href="/api-guide/user-token">
    Link your users' accounts on your platform to their claimr profiles.
  </Card>

  <Card title="Public API" icon="globe" href="/api-guide/public-api">
    Read campaign and user statistics directly from your frontend.
  </Card>
</CardGroup>
