Commit inicial - estructura base del proyecto
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-current-team#VPContent)
|
||||
|
||||
Return to top
|
||||
|
||||
Authenticated Team[](https://coolify.io/docs/api-reference/api/operations/get-current-team#authenticated-team)
|
||||
|
||||
================================================================================================================
|
||||
|
||||
GET
|
||||
|
||||
/teams/current
|
||||
|
||||
Get currently authenticated team.
|
||||
|
||||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/get-current-team#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/get-current-team#responses)
|
||||
|
||||
----------------------------------------------------------------------------------------------
|
||||
|
||||
200400401
|
||||
|
||||
Current Team.
|
||||
|
||||
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/current
|
||||
|
||||
Playground[](https://coolify.io/docs/api-reference/api/operations/get-current-team#playground)
|
||||
|
||||
------------------------------------------------------------------------------------------------
|
||||
|
||||
Authorization
|
||||
|
||||
bearerAuth
|
||||
|
||||
Try it out
|
||||
|
||||
Samples[](https://coolify.io/docs/api-reference/api/operations/get-current-team#samples)
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|
||||
Reference in New Issue
Block a user