Services

T

Techaeon API

QR code management — create, assign, validate, and track techaeons across organizations.

Overview

The Techaeon API provides a RESTful interface for managing qr code management — create, assign, validate, and track techaeons across organizations. All endpoints require a valid API key scoped to your organization.

Base URL

All requests to this service are routed through the AeonPass API gateway.

https://apv2-gatewayapp-prod-westus3.azurewebsites.net/api

Authentication

Pass your API key in the X-API-KEY header on every request. The key is organization-scoped — no additional session or token is required.

curl https://apv2-gatewayapp-prod-westus3.azurewebsites.net/api/api/<endpoint> \
  --header 'X-API-KEY: <your-api-key>' \
  --header 'Content-Type: application/json'

Don't have a key yet? Request one in API Key Setup.

Public endpoints

This service exposes a restricted set of public endpoints. Only the following path patterns are available in the API reference:

  • /api/techaeon/public/

Interactive API reference

Explore all endpoints, view request and response schemas, and test calls directly in the interactive Scalar API reference.

Open Techaeon API reference