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.
API Reference
Welcome to the Okasie Partner API reference. Here you’ll find detailed documentation for all available endpoints.Base URL
Authentication
All endpoints require Bearer token authentication:Available Endpoints
Listings
| Method | Endpoint | Description |
|---|---|---|
GET | /listings | List all listings |
PUT | /listings/{externalReference} | Create or update a listing |
DELETE | /listings/{externalReference} | Mark listing as sold |
GET | /listings/{externalReference}/status | Get listing status |
POST | /listings/bulk-upsert | Bulk create/update listings |
Locations
| Method | Endpoint | Description |
|---|---|---|
GET | /locations | List dealer locations |
GET | /locations/{id}/listings | Get listings for a location |
Common Response Headers
All responses include rate limit information:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per minute |
X-RateLimit-Remaining | Remaining requests in window |
X-RateLimit-Reset | Unix timestamp when window resets |
OpenAPI Specification
This documentation is generated from our OpenAPI specification. You can use this spec to:- Generate client SDKs
- Import into Postman or Insomnia
- Set up API monitoring
Listings API
Manage vehicle listings
Locations API
Query dealer locations