---
title: "List Trigger Connectors"
method: GET
path: "/connect/settings/triggers"
tags: ["Connect Settings"]
---

# List Trigger Connectors

`GET /connect/settings/triggers`

Endpoint to fetch the list of trigger connectors each containing the name, display name, snippet name, and
configuration status of the respective connector.

## Response `200`

Success

- object
  - `body` object — Response body.
    - `triggers` object[]
      - `display_name` string — Display name of the trigger.
      - `is_configured` boolean — Boolean for the integration status of the connector (This is deprecated and now the value is set to True always).
      - `name` string — System name of the trigger service (including the 'manual' option).
      - `snippet_name` string — Name of the associated snippet to load as the first anchor node in the Editor.
  - `statusCode` integer — HTTP status code.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/versions/2e5445f30576/schema)
