GET
/
v2
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedConnectors
curl --request GET \
  --url https://client-api.hotglue.xyz/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors \
  --header 'x-api-key: <api-key>'
[
  {
    "tap": "asana",
    "domain": "asana.com",
    "label": "Asana",
    "tap_url": "https://app.asana.com/-/oauth_authorize?response_type=code&client_id=*********",
    "auth_url": "https://app.asana.com/-/oauth_token",
    "icon": "https://s3.amazonaws.com/cdn.hotglue.xyz/images/logos/asana.svg",
    "type": "oauth",
    "client_id": "**********",
    "fieldMap": {
      "tasks": {
        "name": "tasks",
        "selected": [
          "gid",
          "modified_at",
          "resource_type",
          "name",
          "approval_status",
          "assignee_status",
          "completed",
          "completed_at",
          "completed_by",
          "created_at",
          "dependencies",
          "dependents",
          "due_at",
          "due_on",
          "external",
          "hearted",
          "hearts",
          "html_notes",
          "is_rendered_as_seperator",
          "liked",
          "likes",
          "memberships",
          "notes",
          "num_hearts",
          "num_likes",
          "num_subtasks",
          "resource_subtype",
          "start_on",
          "assignee",
          "custom_fields",
          "followers",
          "parent",
          "permalink_url",
          "projects",
          "tags",
          "workspace"
        ]
      }
    }
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

config
boolean

Request the underlying config for the linked source

catalog
boolean

Request the catalog of available fields/data to be returned in the payload

token
string

JWT token generated with your private signing key.

Response

200
application/json
200

The response is of type object[].