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: <api-key>'
{
  "id": "134e0111-0f67-44f6-98f0-597000290bb3",
  "name": "Linear",
  "slug": "linear",
  "description": "Linear is a project management tool",
  "logo_url": "https://linear.app/favicon.ico"
}

Authorizations

Authorization
string
header
required

Production Access Key (Bearer)

Path Parameters

slug
string
required

The slug of the Connector

Response

200 - application/json
id
string<uuid>
required
Example:

"134e0111-0f67-44f6-98f0-597000290bb3"

name
string
required
Example:

"Linear"

slug
string
required
Example:

"linear"

description
string
required
Example:

"Linear is a project management tool"

logo_url
string
required
Example:

"https://linear.app/favicon.ico"