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
.
Create booking production host
To create a new booking using the
v2/bookings
endpoint, you should update the host to point tohttps://api.pci-proxy.com/v1/push/5775c7cf3b3e5dc0
instead, since you will be sending us raw credit card data.
So the full url, in this case, ishttps://api.pci-proxy.com/v1/push/5775c7cf3b3e5dc0/v2/bookings
Updated over 1 year ago