Skip to main content
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.

AuthorAuthor: Adnan Ali
Entity Reference:
IntegrationEntity
Retrieve a list of all integrations connected to your Tedi account.
data
array
required
An array of integrations, where each integration includes the following fields:
{
  "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"
    }
  ]
}