Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/developer/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@
sidebar_position: 1
---

# Tours
# Tour Manager

RezKit Tours is a flexible and complete system for creating, managing and marketing small-group and holiday packages.
RezKit Tour Manager is a flexible and complete system for creating, managing and marketing small-group and holiday packages.

To access Tour Manager data (for example to feed information to a website), there is a simple graphQL api and within Tour Manager itself, there is a graphQL explorer that you can use to create your queries.

Access is restricted by bearer token. Tokens are issued against a user account. Please email support@rezkit.com including your user account for a token.

The API endpoint for tours is: https://tours.api.rezkit.app/graphql
The GraphQL explorer is at: https://tours.rezkit.app/developer/graphql-explorer

NB:
1. We recommend all development is done against a sandbox account.
2. RezKit's graphQL API will enforce a complexity limit please see https://docs.rezkit.app/docs/developer/api/limits for more information.


# Client Libraries
Expand Down