curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/team/integrations/{integrationId} \
--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/{integrationId} \
--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
The ID of the integration to retrieve.
Integration retrieved successfully.
The response is of type object
.