Learn how to authenticate requests to martailer's endpoints.

Martailer's APIs rely on API keys as authentication method.

API keys are always required to authenticate API requests. If you do not use an API key for your requests, or if you use a key from the wrong account, your call will return an error. A 400 error indicates an invalid or missing API key.

You need to provide X-API-KEY header with every endpoint request.

curl --request GET \
  --url 'https://api.martailer.com/v1/product/ads' \
  --header 'X-API-KEY: AjWvksZpTG4JZBdc4'

To get your API key please contact your account manager or reach out to [email protected].