Skip to main content

API Reference

Welcome to the Okasie Partner API reference. Here you’ll find detailed documentation for all available endpoints.

Base URL

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

Authentication

All endpoints require Bearer token authentication:
Authorization: Bearer YOUR_API_SECRET

Available Endpoints

Listings

MethodEndpointDescription
GET/listingsList all listings
PUT/listings/{externalReference}Create or update a listing
DELETE/listings/{externalReference}Mark listing as sold
GET/listings/{externalReference}/statusGet listing status
POST/listings/bulk-upsertBulk create/update listings

Locations

MethodEndpointDescription
GET/locationsList dealer locations
GET/locations/{id}/listingsGet listings for a location

Common Response Headers

All responses include rate limit information:
HeaderDescription
X-RateLimit-LimitMaximum requests per minute
X-RateLimit-RemainingRemaining requests in window
X-RateLimit-ResetUnix 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