Commit a46994

2026-06-23 02:54:57 Anonymous: Revert accidental docs page content edits
api-reference.md ..
@@ 1,66 1,48 @@
# API Reference
- This page describes the expected structure of AeThex APIs.
+ The AeThex API allows developers to interact with platform resources programmatically.
- > [!NOTE]
- > Endpoint names may vary by active service. Use this as a contract guide until individual service references are published.
+ > [!IMPORTANT]
+ > Authentication is required for most API operations.
---
- ## Base Concepts
+ ## Sections
- AeThex APIs generally use:
+ ### Authentication
- - HTTPS JSON requests
- - Bearer tokens or API keys
- - Scoped permissions
- - Structured error objects
- - Webhooks for async events
+ API authentication and token management.
- ---
+ ### Users
- ## Common Resources
+ User profile operations.
- | Resource | Purpose |
- |---|---|
- | /auth | Authentication and token exchange |
- | /passport | User identity and profile context |
- | /accounts | Linked account references |
- | /projects | Creator/developer projects |
- | /games | Game and experience integration |
- | /locker | Inventory and asset context |
- | /webhooks | Event subscription management |
+ ### Organizations
- ---
+ Organization management operations.
+
+ ### Projects
+
+ Project management operations.
+
+ ### Teams
- ## Example Response Shape
-
- ```json
- {
- "ok": true,
- "data": {},
- "requestId": "req_..."
- }
- ```
-
- ## Example Error Shape
-
- ```json
- {
- "ok": false,
- "error": {
- "code": "unauthorized",
- "message": "Missing or invalid credentials"
- },
- "requestId": "req_..."
- }
- ```
+ Team management operations.
+
+ ### Webhooks
+
+ Event-based integrations.
---
- ## Related
+ ## Authentication
+
+ Currently supported authentication methods:
+
+ - OAuth 2.0
+ - OpenID Connect
+ - API Keys
+
+ See [[Authentication]].
- - [[Authentication]]
- - [[SDKs]]
- - [[Webhooks]]
- - [[Rate-Limits]]
+ {{PageIndex}}
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9