For the complete documentation index, see llms.txt. This page is also available as Markdown.

Teams

Get Teams

GET /teams

Returns Teams based on a user and the workspace they're in.

Headers

Name
Value

Content-Type

application/json

Body

Name
Required
Type
Description

apiKey

Yes

string

API key

Response

{
  "id": "sQY4-pjDY9eBrGQnG9zt8ahgT6",
  "title": "SEA Industrials",
  ...
}
{
  "error": "Invalid request"
}

Last updated