Fetch the configuration details for a linked connector
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"
]
}
}
}
]
ID of environment
ID of flow
ID of tenant
Request the underlying config for the linked source
Request the catalog of available fields/data to be returned in the payload
JWT token generated with your private signing key.
200
The response is of type object[]
.
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"
]
}
}
}
]
Fetch the configuration details for a linked connector
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"
]
}
}
}
]
ID of environment
ID of flow
ID of tenant
Request the underlying config for the linked source
Request the catalog of available fields/data to be returned in the payload
JWT token generated with your private signing key.
200
The response is of type object[]
.
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"
]
}
}
}
]