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