Blame
|
1 | # API Reference |
||||||
| 2 | ||||||||
|
3 | The AeThex API allows developers to interact with platform resources programmatically. |
||||||
|
4 | |||||||
|
5 | > [!IMPORTANT] |
||||||
| 6 | > Authentication is required for most API operations. |
|||||||
|
7 | |||||||
| 8 | --- |
|||||||
| 9 | ||||||||
|
10 | ## Sections |
||||||
|
11 | |||||||
|
12 | ### Authentication |
||||||
|
13 | |||||||
|
14 | API authentication and token management. |
||||||
|
15 | |||||||
|
16 | ### Users |
||||||
|
17 | |||||||
|
18 | User profile operations. |
||||||
|
19 | |||||||
|
20 | ### Organizations |
||||||
|
21 | |||||||
|
22 | Organization management operations. |
||||||
| 23 | ||||||||
| 24 | ### Projects |
|||||||
| 25 | ||||||||
| 26 | Project management operations. |
|||||||
| 27 | ||||||||
| 28 | ### Teams |
|||||||
|
29 | |||||||
|
30 | Team management operations. |
||||||
| 31 | ||||||||
| 32 | ### Webhooks |
|||||||
| 33 | ||||||||
| 34 | Event-based integrations. |
|||||||
|
35 | |||||||
|
36 | --- |
||||||
|
37 | |||||||
|
38 | ## Authentication |
||||||
| 39 | ||||||||
| 40 | Currently supported authentication methods: |
|||||||
| 41 | ||||||||
| 42 | - OAuth 2.0 |
|||||||
| 43 | - OpenID Connect |
|||||||
| 44 | - API Keys |
|||||||
| 45 | ||||||||
| 46 | See [[Authentication]]. |
|||||||
|
47 | |||||||
|
48 | {{PageIndex}} |
||||||