---
title: "Puts the integration identified by the supplied type on your company"
method: PUT
path: "/integrations/{type}"
tags: ["Notification Integrations"]
---

# Puts the integration identified by the supplied type on your company

`PUT /integrations/{type}`

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

## Path parameters

- `type` string, required

## Request body

- CreateIntegrationRequest
  - `hostname` string
  - `webhook` string
  - `teams` TeamData[], required
    - `team_id` string
    - `executable_events` string[]
  - `api_key` string

## Response `default`

default response

## Other responses

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

---

[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)
