Get Integration
curl --request GET \
--url https://api.evergreens.ai/v1/integrations/{id} \
--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"
}
}
Get Integration
GET
/
v1
/
integrations
/
{id}
Get Integration
curl --request GET \
--url https://api.evergreens.ai/v1/integrations/{id} \
--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 details of a specific integration connected to your Tedi account by providing the integration ID.
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