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

# Getting started

> Learn how to integrate with the Managem Marketplace

We welcome third-party integrations that enhance the Managem ecosystem. If you're interested in building an integration, contact us on [Discord](https://discord.gg/qaU4KSEQRd) to discuss it further with us!

<Columns cols={2}>
  <Card title="Search & Data" icon="binoculars" href="/marketplace/search-and-data">
    Start searching and retrieving single cards and sealed product data in
    minutes.
  </Card>

  <Card title="Crawl pricing history" icon="coins" href="/api-reference/listings/retrieve-historical-prices">
    Retrieve historical price data for items on the marketplace.
  </Card>

  <Card title="Authenticate Managem users" icon="key" href="/marketplace/integrations/authenticate-users">
    Enable your users to sign in with their Managem account and link it to your
    application.
  </Card>

  <Card title="Manage seller listings" icon="handshake" href="/marketplace/integrations/managing-listings">
    Sync seller listings with your app using imports, bulk create, and webhooks.
  </Card>
</Columns>

<Note>
  Use of our public APIs is actively monitored. **If you make excessive
  requests**, your access may be rate limited or blocked. If you have a use case
  that requires a high volume of API calls, please contact us on
  [Discord](https://discord.gg/qaU4KSEQRd) to discuss your needs.
</Note>

### Important API Endpoints

* [Get seller status](https://api.managem.co.uk/#tag/seller-account/GET/seller/status)
* [Manage seller listings](https://api.managem.co.uk/#tag/seller-listings)
* [Importing listings](https://api.managem.co.uk/#tag/seller-imports)
* [Registering webhooks](https://api.managem.co.uk/#tag/seller-webhooks)
