112 lines
1.9 KiB
Markdown
112 lines
1.9 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/list-teams#VPContent)
|
||
|
||
Return to top
|
||
|
||
List[](https://coolify.io/docs/api-reference/api/operations/list-teams#list)
|
||
|
||
==============================================================================
|
||
|
||
GET
|
||
|
||
/teams
|
||
|
||
Get all teams.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/list-teams#authorizations)
|
||
|
||
--------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/list-teams#responses)
|
||
|
||
----------------------------------------------------------------------------------------
|
||
|
||
200400401
|
||
|
||
List of teams.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
\[\
|
||
\
|
||
{\
|
||
\
|
||
"id": 0,\
|
||
\
|
||
"name": "string",\
|
||
\
|
||
"description": "string",\
|
||
\
|
||
"personal\_team": true,\
|
||
\
|
||
"created\_at": "string",\
|
||
\
|
||
"updated\_at": "string",\
|
||
\
|
||
"show\_boarding": true,\
|
||
\
|
||
"custom\_server\_limit": "string",\
|
||
\
|
||
"members": \[\
|
||
\
|
||
{\
|
||
\
|
||
"id": 0,\
|
||
\
|
||
"name": "string",\
|
||
\
|
||
"email": "string",\
|
||
\
|
||
"email\_verified\_at": "string",\
|
||
\
|
||
"created\_at": "string",\
|
||
\
|
||
"updated\_at": "string",\
|
||
\
|
||
"two\_factor\_confirmed\_at": "string",\
|
||
\
|
||
"force\_password\_reset": true,\
|
||
\
|
||
"marketing\_emails": true\
|
||
\
|
||
}\
|
||
\
|
||
\]\
|
||
\
|
||
}\
|
||
\
|
||
\]
|
||
|
||
GET
|
||
|
||
/teams
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/list-teams#playground)
|
||
|
||
------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/list-teams#samples)
|
||
|
||
------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|