GET
/
teams
curl --request GET \
  --url https://app.coolify.io/v1/teams \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "personal_team": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
headerrequired

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Response

200 - application/json
id
string
name
string
description
string
personal_team
boolean
created_at
string
updated_at
string