Skip to main content

Base URL

All endpoints are relative to your tenant subdomain:
https://{tenant}.torchapp.com.au/api
Replace {tenant} with your Torch tenant (for example, demo).

Authentication

The Torch API uses a private key for authentication. You can retrieve your private key at:
https://demo.torchapp.com.au/api
Send the key as a Bearer token:
Authorization: Bearer <private_key>

OpenAPI

The full API specification lives in the repo at api-reference/openapi.json and powers the endpoint documentation below.