curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/team/integrations \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"appType": "<string>",
"config": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"teamId": "<string>",
"workerId": "<string>"
}
]
curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/team/integrations \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"appType": "<string>",
"config": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"teamId": "<string>",
"workerId": "<string>"
}
]
API key authentication
List of integrations
The response is of type object[]
.