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.
Get Listing Status
Check the current status of a listing by external reference.
Path Parameters
Your unique reference for this listing
Response
Current status: active, pending, sold, or draft
ISO 8601 timestamp of last update
curl -X GET "https://www.okasie.be/api/external/v1/listings/MY-REF-001/status" \
-H "Authorization: Bearer YOUR_API_SECRET"
{
"data": {
"listingId": "0c52cae7-bcaa-4b37-be0d-1b78c92c5225",
"externalReference": "MY-REF-001",
"status": "active",
"updatedAt": "2024-10-05T09:12:01Z"
}
}
Error Responses
| Status | Code | Description |
|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | NOT_FOUND | Listing not found for this partner |
Use this endpoint for quick status checks without fetching the full listing data.