Ticqex

Overview

Interactive reference for the Ticqex REST API, generated from the OpenAPI spec.

The Ticqex REST API is available under /api/v1 on your Ticqex deployment. Use the endpoint pages in this section to inspect parameters, request bodies, response modes, and to send test requests from the playground.

Authentication

Create an API key in Settings → API & MCP. API keys start with tq_live_ and are shown once when created.

Send the key as a bearer token on every request:

curl "$TICQEX_INSTANCE_URL/api/v1/users/me" \
  -H "Authorization: Bearer tq_live_..."

In the playground, set instanceHost to your deployment host, for example support.example.com. In the Authorization field, paste either the raw tq_live_... key or the full Bearer tq_live_... header value.

On this page