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

# API Documentation

> Complete API reference and integration guides for engineering teams

## API Documentation

Everything engineering teams need to integrate Offergrid into their systems. Whether you're a provider or reseller, find the API endpoints, authentication, webhooks, and integration guides you need.

## Getting Started

<CardGroup cols={2}>
  <Card title="API Introduction" icon="book" href="/docs/api-reference/introduction">
    Overview of the Offergrid API, base URLs, and core concepts
  </Card>

  <Card title="Authentication" icon="key" href="/docs/api-reference/authentication">
    Learn how to authenticate API requests with API keys
  </Card>

  <Card title="General Authentication Guide" icon="shield" href="/docs/authentication">
    Detailed authentication documentation and best practices
  </Card>
</CardGroup>

## Provider API

<CardGroup cols={2}>
  <Card title="Provider API Reference" icon="book-open" href="/docs/api-reference/introduction">
    Complete OpenAPI reference for provider endpoints
  </Card>

  <Card title="Provider API Integration" icon="plug" href="/docs/providers/api-integration">
    Step-by-step guide to integrating as a service provider
  </Card>

  <Card title="Provider Webhooks" icon="bell" href="/docs/providers/webhooks">
    Set up webhooks to receive real-time order notifications
  </Card>
</CardGroup>

## Reseller API

<CardGroup cols={2}>
  <Card title="Reseller API Reference" icon="book-open" href="/docs/api-reference/introduction">
    Complete OpenAPI reference for reseller endpoints
  </Card>

  <Card title="Reseller API Integration" icon="plug" href="/docs/resellers/api-integration">
    Step-by-step guide to integrating as a reseller partner
  </Card>

  <Card title="Reseller Webhooks" icon="bell" href="/docs/resellers/webhooks">
    Set up webhooks to receive real-time order status updates
  </Card>
</CardGroup>

## Common Integration Tasks

<CardGroup cols={2}>
  <Card title="Creating Offers (Provider)" icon="plus-circle" href="/docs/providers/creating-offers">
    Learn how to create and publish service offers via API
  </Card>

  <Card title="Browsing Catalog (Reseller)" icon="magnifying-glass" href="/docs/resellers/browsing-catalog">
    Search and filter available offers using the API
  </Card>

  <Card title="Receiving Orders (Provider)" icon="inbox" href="/docs/providers/receiving-orders">
    Understand order webhooks and order data structure
  </Card>

  <Card title="Placing Orders (Reseller)" icon="cart-plus" href="/docs/resellers/creating-orders">
    Submit orders programmatically via the API
  </Card>
</CardGroup>

## Resources

<CardGroup cols={2}>
  <Card title="Provider Documentation" icon="building" href="/docs/provider-documentation">
    Complete provider documentation and guides
  </Card>

  <Card title="Reseller Documentation" icon="handshake" href="/docs/reseller-documentation">
    Complete reseller documentation and guides
  </Card>
</CardGroup>
