Skip to main content

Quickstart Guide

Follow this guide to make your first API call to the Okasie Partner API.

Prerequisites

Before you begin, you need:
A partner API secret (contact info@okasie.be to request access)
A tool to make HTTP requests (cURL, Postman, or your programming language)

Step 1: Test Authentication

Let’s verify your API credentials work correctly.
Replace YOUR_API_SECRET with your actual API secret. Never commit secrets to version control.

Expected Response

A successful response (HTTP 200) looks like:

Step 2: Create Your First Listing

Now let’s create a vehicle listing.

Success Response

Step 3: Update or Mark as Sold

Update a Listing

Simply call PUT again with the same external reference:

Mark as Sold

Next Steps

Authentication

Learn about scopes and security best practices

Incremental Sync

Set up efficient incremental synchronization

Bulk Operations

Upload up to 100 listings at once

Error Handling

Handle errors gracefully