Getting Started

Introduction Authentication

Endpoints

Users API Trading Signals API
Back to Dashboard

Technet API Documentation

Welcome to the official Technet API. Use our endpoints to integrate our user data and trading signals directly into your own applications.

Authentication

All API requests require a Bearer token. You can generate your secret API key in the Dashboard.

Authorization: Bearer tn_YOUR_SECRET_API_KEY_HERE

Users API

GET /v1/users/me

Retrieve the authenticated user's profile information.

{ "status": "success", "data": { "username": "techboywayne", "email": "user@example.com", "badges": ["Early Adopter"] } }