Commit inicial - estructura base del proyecto

This commit is contained in:
2026-05-31 08:24:12 -06:00
commit cd998ce6b0
143 changed files with 18354 additions and 0 deletions
+111
View File
@@ -0,0 +1,111 @@
[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)