GET
/
api
/
team
Get the team associated with the provided API key
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/team \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "teamOwnerId": "<string>"
}

Authorizations

x-api-key
string
header
required

API key authentication

Query Parameters

includeIntegrations
boolean

Set to true to also include integrations in the response.

Response

Team details

id
string
required
name
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
teamOwnerId
string | null