Hepsiburada

Build history

Every deploy of the Hepsiburada API is a numbered build with its own endpoint. New builds go live automatically, and the ones before them keep answering, so you can move at your own pace.

#3

5 September 2026

In review

Compatiblefrom the pull request label

Reconcile version/2 into main + immutable per-build deploys#4

No contract comparison was recorded for this build.

Call build 3 directly:

curl -H "x-maviapi-version: 3" \
  https://api.maviapi.com/v1/sites/hepsiburada/<endpoint>

#2

17 June 2026

Live

Not compared

No contract comparison was recorded for this build.

Call build 2 directly:

curl -H "x-maviapi-version: 2" \
  https://api.maviapi.com/v1/sites/hepsiburada/<endpoint>

#1

17 June 2026

Still callable

Not compared

No contract comparison was recorded for this build.

Call build 1 directly:

curl -H "x-maviapi-version: 1" \
  https://api.maviapi.com/v1/sites/hepsiburada/<endpoint>

Send x-maviapi-version on a request to choose a build for that call, or set a default build for an API key in your key settings. Every response tells you which build answered it, in the same header.