action snyk_get_existing_integration_by_type { label: "Get existing integration by type" description: "" provider: snyk method: GET path: "/org/{orgId}/integrations/{type}" encoding: json input: { type: "object" properties: { orgId: { type: "string" } type: { type: "string" } } required: ["orgId", "type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }