---
title: "Get the integration for your company that is identified by the supplied type"
method: GET
path: "/integrations/{type}"
tags: ["Notification Integrations"]
---

# Get the integration for your company that is identified by the supplied type

`GET /integrations/{type}`

Requires the privilege [`COMPANY_INTEGRATIONS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `type` string, required

## Response `default`

default response

- NotificationIntegrationResponse
  - `integration_id` string
  - `company_id` string
  - `foreign_id` string
  - `updated_at` string, date-time
  - `created_at` string, date-time
  - `data` Data
    - `webhook` string
    - `baseUrl` string
    - `teams` TeamData[]
      - `team_id` string
      - `executable_events` string[]
    - `api_key` string

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege: COMPANY_INTEGRATIONS_READ

---

[API](https://skmtc.dev/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.dev/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/revisions/5e3e7b194bb7/schema)
