List Integrations
curl --request GET \
--url https://api.evergreens.ai/v1/integrations \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": [
{
"id": "3324d85f-6d3b-48a4..",
"provider": "google-looker-studio",
"metadata": {
"id": "10121105576...",
"email": "adnan...",
"name": "Adna...",
"picture": "..."
},
"created_at": "2026-05-02T23:58:37.154Z"
}
]
}
List Integrations
GET
/
v1
/
integrations
List Integrations
curl --request GET \
--url https://api.evergreens.ai/v1/integrations \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": [
{
"id": "3324d85f-6d3b-48a4..",
"provider": "google-looker-studio",
"metadata": {
"id": "10121105576...",
"email": "adnan...",
"name": "Adna...",
"picture": "..."
},
"created_at": "2026-05-02T23:58:37.154Z"
}
]
}
Documentation Index
Fetch the complete documentation index at: https://docs.evergreens.ai/llms.txt
Use this file to discover all available pages before exploring further.

IntegrationEntityRetrieve a list of all integrations connected to your Tedi account.
An array of integrations, where each integration includes the following fields:
Hide child attributes
Hide child attributes
The unique identifier of the integration.
The provider of the integration (e.g., “google-looker-studio”).
An object containing additional metadata about the integration, which may include fields such as:
Hide child attributes
Hide child attributes
The timestamp when the integration was connected to the Tedi account.
{
"status": true,
"data": [
{
"id": "3324d85f-6d3b-48a4..",
"provider": "google-looker-studio",
"metadata": {
"id": "10121105576...",
"email": "adnan...",
"name": "Adna...",
"picture": "..."
},
"created_at": "2026-05-02T23:58:37.154Z"
}
]
}
Was this page helpful?
⌘I