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

AuthorAuthor: Adnan Ali
Entity Reference:
IntegrationEntity
Retrieve details of a specific integration connected to your Tedi account by providing the integration ID.
id
string
required
The unique identifier of the integration.
provider
string
required
The provider of the integration (e.g., “google-looker-studio”).
metadata
object
required
An object containing additional metadata about the integration, which may include fields such as:
created_at
string
required
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"
  }
}