Skip to main content

Using the API

Authentication

To authenticate with WeTix Open API server, you'll need an access token issued by the WeTix OAuth server. Please refer here on obtaining the access token.

Before sending any GraphQL requests, make sure to include the obtained access token in the Authorization header as follows:

Authorization: Bearer <token>

Communication

Because GraphQL operations consist of multiline JSON, we recommend using the Altair GraphQL Client to make GraphQL calls. You can also use cURL or any other HTTP-speaking library.