API Reference

GraphQL Admin API

The Profit Guard GraphQL API provides access to all financial data, governance controls, and operational insights. Authenticate with a Bearer token.

Endpoint

POST https://api.hedgetech.com/graphql

Authentication

All requests require a Bearer token in the Authorization header. Obtain a token by authenticating via the /htql/auth endpoint with your API credentials, or use the JWT provided during onboarding.

curl -X POST https://api.hedgetech.com/graphql \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <your_token>" \
  -d '{"query": "{ health { status } }"}'

17

Queries

107

Mutations

191

Types

49

Enums

Domains