---
title: "Create"
method: POST
path: "/v3/integrations"
---

# Create

`POST /v3/integrations`

Create a new external integration.

## Request body

- object
  - `type` string, required — The integration type
  - `name` string, required — The name of the integration
  - `data` object — The authentication data for the integration

## Response `200`

200

- object
  - `integration` object
    - `slug` string
    - `name` string
    - `type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/doppler/apis/core.md) · [All operations](https://skmtc.net/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doppler/core/versions/8f244bc5b038/schema)
