Guides

Connecting to the TANA API in a week: a checklist

TANA Team1 min read
· Updated
Connecting to the TANA API in a week: a checklist

Most partners go live within five working days. This is the exact checklist our integration team uses.

Day 1 — Sandbox

  • Request sandbox keys from your account manager
  • Read the search → availability → book → cancel flow
  • Run the Postman collection end to end

Day 2–3 — Search and book

Implement search with the minimum parameter set first, then add filters. Booking requires an idempotency key; retries are safe.

Day 4 — Error handling

Map our error codes to your UI states. Sold-out and price-changed responses are normal traffic, not failures.

Day 5 — Go-live review

Send us three test bookings, we certify the integration and switch your keys to production the same day.

  • #api
  • #integration

Related articles