> ## Documentation Index
> Fetch the complete documentation index at: https://incredible-42686482-cursor-create-detailed-ai-agent-cookboo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Integration Details

> Get an integration’s capabilities, auth type, and required parameters so you can decide how to connect and display it in your UI.

<ResponseExample>
  ```json Response
  {
    "id": "gmail",
    "name": "Gmail",
    "description": "Gmail integration for sending and managing emails",
    "logo_url": "https://example.com/gmail-logo.png",
    "app_url": "https://gmail.com",
    "features": [
      {
        "name": "GMAIL_SEND_EMAIL",
        "description": "Send an email via Gmail",
        "parameters": {
          "to": "string",
          "subject": "string",
          "body": "string"
        }
      }
    ],
    "auth_method": "OAUTH2"
  }
  ```
</ResponseExample>

<ParamField header="integration_id" type="string" required>
  The unique identifier of the integration (e.g., "gmail", "perplexity")
</ParamField>
