---
title: "POST /api/graphql/integrations"
method: POST
path: "/api/graphql/integrations"
tags: ["graphql"]
---

# POST /api/graphql/integrations

`POST /api/graphql/integrations`

## Request body

- object
  - `endpoint` string, required
  - `slug` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `introspectionJson` string, nullable
  - `headers` object, nullable
  - `queryParams` object, nullable
  - `authenticationTemplate` union[], nullable
    - union
      - object
        - `slug` string, nullable
        - `kind` 'none', required
      - object
        - `slug` string, nullable
        - `kind` 'oauth2', required
        - `header` string, nullable
        - `prefix` string, nullable
      - object
        - `slug` string, nullable
        - `type` 'apiKey', required
        - `label` string, nullable
        - `headers` object, nullable
        - `queryParams` object, nullable

## Response `200`

Success

- object
  - `slug` string, required
  - `name` string, required

## Other responses

- `400` — GraphqlIntrospectionError | GraphqlExtractionError
- `409` — IntegrationAlreadyExistsError
- `500` — InternalError

---

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