Getting started

Welcome to the Katanox Buyer API

Basics

To get started, you need to sign up to the Katanox platform as a buyer and retrieve your sandbox API key.

Authentication

All the API's endpoints are behind an authentication wall, so to get successful responses from your requests, you need to be authenticated.

You can authenticate by providing the API key received when registered in the Katanox platform as part of the Authorization header.

👍

Example

curl --location --request GET 'https://api.katanox.com/v2/properties' --header 'Authorization: Bearer abcd1234efgh5678jklm9012NOPq3456RsTU7890'

Hosts

The host you should use for both environments is https://api.katanox.com.