Website

Versioning

Last update: 15.01.2024

OLX Partner API (2.0)

Download OpenAPI specification:Download

OLX Europe shares public API for its partners. It allows to easily integrate with local sites by posting, managing adverts and communicating with OLX users via internal messaging system. API documentation is the same for every OLX across the Europe.

To help you get started, this is API calls collection to be used with Postman.

Run in Postman

Versioning

  • Major version is reserved for completely new version or redesigned API
  • Minor version is for potentially backward incompatible changes (e.g. field is removed/added/changed name, etc)
  • We do not support “bugfix” part of the versioning as minor versioning is enough in this case - if bugfix has backward incompatible change, it will bump up minor version.
  • Version is defined using Version header (e.g. If you want to use endpoint in version 2.0, just send request with header “Version: 2.0”).
  • Version header is required.