This page will help you get started with Cleartrip Apis.

This api documentation helps you get started with cleartrip apis and consume all your apis with in your platform

Authentication Mechanism

We use Api Key + Jwt based authentication mechanism.

You can generate a api key and access jwt token using our api cockpit.

🚧

Ip Whitelisting

Contact cleartrip team if you want to white-list some specific ips to JWT token.

curl --location --request GET 'https://saasapi.cleartrip.com/origin/client' \
--header 'Origin: {{Origin}}' \
--header 'X-Api-Key: {{X-Api-Key}}' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Content-Type: application/json'