Skip to main content
GET
/
api
/
v1
/
connectors
/
{slug}
Get Connector
curl --request GET \
  --url https://ah-api.merge.dev/api/v1/connectors/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "id": "134e0111-0f67-44f6-98f0-597000290bb3",
  "name": "Linear",
  "slug": "linear",
  "description": "Linear is a project management tool",
  "logo_url": "https://linear.app/favicon.ico",
  "tools": [
    {
      "name": "create_issue",
      "description": "Create a new issue in Linear"
    },
    {
      "name": "list_issues",
      "description": "List issues in Linear"
    }
  ]
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Bearer"

Path Parameters

slug
string
required

The slug of the Connector

Response

200 - application/json
id
string
required

Unique identifier for the Connector

name
string
required

Name of the Connector

slug
string
required

Slug identifier for the Connector

description
string
required

Description of what the Connector does

logo_url
string
required

URL to the Connector's logo image

tools
object[]
required

List of available tools for this connector