REST · JSON · 5 endpoints

The Sembark Travel Software API

Push leads, fetch trip plans and wire Sembark into your website, forms and tools. Token-authenticated REST endpoints with predictable JSON responses.

Example request GET
curl https://api.sembark.com/integrations/v1/ping \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer <TOKEN>'

200 OK · application/json

{
  "greeting_message": "Hi <NAME>"
}
  1. Get yourself with basic of Sembark API's Request and Response formats.

  2. Learn how to generate api token and access Sembark API

  3. Deep dive into all available APIs

Building an integration?

Use a ready-made integration guide for your form or chatbot, or reach out and our team will help you connect.