Skip to main content
GET
/
training
/
directories
List training directories
curl --request GET \
  --url https://api.open.cx/training/directories \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "org_id": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.open.cx/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

id
string
required
name
string
required
org_id
string
required