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

# Introduction

> Welcome to the Okasie Partner API documentation

# Welcome to Okasie Partner API

The Okasie Partner API enables external platforms and partners to integrate with Belgium's leading used car marketplace.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your requests
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore all available endpoints
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/rate-limiting">
    Understand rate limiting and best practices
  </Card>
</CardGroup>

## What is Okasie?

Okasie is a Belgian used car marketplace connecting dealers with buyers. The Partner API allows you to:

* **Synchronize inventory** - Push your vehicle listings to Okasie
* **Manage listings** - Create, update, and mark vehicles as sold
* **Query data** - Retrieve listings and location information
* **Incremental sync** - Efficiently sync only changed data

## Base URL

All API requests should be made to:

```
https://www.okasie.be/api/external/v1
```

## API Version

This documentation covers **API version 1.0**. The API follows semantic versioning, and breaking changes will be communicated in advance.

## Support

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:info@okasie.be">
    [info@okasie.be](mailto:info@okasie.be)
  </Card>

  <Card title="Request Access" icon="user-plus" href="mailto:info@okasie.be?subject=Partner%20API%20Access%20Request">
    Contact us to get your API credentials
  </Card>
</CardGroup>

## Next Steps

<Steps>
  <Step title="Get API Access">
    Contact [info@okasie.be](mailto:info@okasie.be) to request your partner API secret
  </Step>

  <Step title="Read the Quickstart">
    Follow our [quickstart guide](/quickstart) to make your first API call
  </Step>

  <Step title="Explore the API">
    Browse the [API reference](/api-reference/overview) for detailed endpoint documentation
  </Step>
</Steps>
