Why connect?

The Planning API creates a two-way link between your travel planning software and C Teleport — so you never have to copy and paste data between systems again. Send data to C Teleport — push traveler details, travel requests, and schedules directly from your planning software. When it’s time to book, C Teleport already knows who is flying, where they’re going, and their passport details. No manual re-entry, no errors from copying between screens. Receive bookings back — once travel is booked in C Teleport, booking confirmations, itineraries, and updates flow back to your system automatically. Your planning software stays up to date without anyone having to check C Teleport and re-enter the information. The result: less manual work, fewer mistakes, and full visibility across both systems.
All data is transmitted securely and handled in compliance with GDPR. Passenger personal data, travel documents, and booking details are protected by C Teleport’s security measures at every step.

Send data to C Teleport

Push data from your planning software so C Teleport has everything it needs to book travel.

Passengers

Push traveler profiles — names, documents, contact details — so C Teleport has everything ready when it’s time to book.

Travel Requests

Send travel requests from your system so C Teleport can start searching and booking immediately.

Receive data from C Teleport

Get booking results and updates back into your planning software automatically.

Bookings

Receive completed bookings back into your system — itineraries, prices, ticket numbers, and status updates.

Customer Webhooks

Let C Teleport pull data from your system on demand — travel requests, schedules, and updates.

Authentication

All C Teleport-hosted planning endpoints require an API key passed in the X-Api-Key header.
curl -X POST https://integrations.cteleport.com/passenger \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY" \
  -d '[...]'
Customer webhook endpoints (endpoints on your server that C Teleport calls) do not require authentication from the customer side.

How to get your API key

API keys are provisioned by C Teleport. To request one:
  1. Contact your C Teleport account manager, or email api@cteleport.com
  2. Specify which integration flows you need (passengers, travel requests, bookings)
  3. C Teleport will generate an API key tied to your account and send it to you via email
Keep your API key secure. Do not share it with untrusted parties. If you believe your key has been compromised, contact api@cteleport.com immediately to have it revoked and replaced.

Base URLs

TypeURL
C Teleport-hostedhttps://integrations.cteleport.com
Customer webhooksYour own server URL