---
title: "Describe a trigger method"
method: GET
path: "/orgs/{orgId}/triggerMethods/{triggerMethodId}"
tags: ["orgs/triggerMethods"]
---

# Describe a trigger method

`GET /orgs/{orgId}/triggerMethods/{triggerMethodId}`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-site:r,o{params.orgId}-entryState:w,o{params.orgId}-entryState:r,o:w,o:r,s-o:w,s-o:r<br/><br/>__Endpoint name__: describeTriggerMethod

## Path parameters

- `orgId` integer, required
- `triggerMethodId` integer, required

## Response `200`

Successful

- object
  - `data` object
    - `id` number, required
    - `ordinal` number
    - `name` string
    - `code` string
    - `connectionTypeCode` string
    - `requestTypeCode` string
    - `credentialType` object
      - `id` number, required
      - `modelName` string
    - `triggerMethodGroup` object
      - `id` number, required
      - `name` string
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

[API](https://skmtc.net/openpath/apis/openpath-api-documentation.md) · [All operations](https://skmtc.net/openpath/apis/openpath-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpath/openpath-api-documentation/revisions/d8a888c114fa/schema)
