Skip to main content
GET
/
api
/
workspaces
List workspaces
curl --request GET \
  --url https://api.upon-ai.com/api/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "workspaces": [
    {
      "id": 42,
      "name": "Demo Workspace",
      "accountSid": "29e90072-fb58-4c6c-870a-43005115131e",
      "accountPath": "demo-workspace",
      "nativeTransferEnabled": false
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

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

Authorizations

Authorization
string
header
required

Generate tokens from your profile settings at app.uponai.com.

Response

200 - application/json

Workspaces visible to the authenticated token.

workspaces
object[]