---
title: "GET /api/openapi/integrations/{slug}/config"
method: GET
path: "/api/openapi/integrations/{slug}/config"
tags: ["openapi"]
---

# GET /api/openapi/integrations/{slug}/config

`GET /api/openapi/integrations/{slug}/config`

## Path parameters

- `slug` string, required

## Response `200`

Success

- object, nullable
  - `specUrl` string, nullable
  - `baseUrl` string, nullable
  - `headers` object, nullable
  - `queryParams` object, nullable
  - `specOverrides` union[], nullable
    - union
      - object
        - `op` 'add', required
        - `path` string, required
        - `value` unknown, required
      - object
        - `op` 'remove', required
        - `path` string, required
      - object
        - `op` 'replace', required
        - `path` string, required
        - `value` unknown, required
      - object
        - `op` 'move', required
        - `path` string, required
        - `from` string, required
      - object
        - `op` 'copy', required
        - `path` string, required
        - `from` string, required
      - object
        - `op` 'test', required
        - `path` string, required
        - `value` unknown, required
  - `authenticationTemplate` union[], nullable
    - union
      - object
        - `slug` string, required
        - `kind` 'oauth2', required
        - `authorizationUrl` string, required
        - `tokenUrl` string, required
        - `resource` string, nullable
        - `scopes` string[], required
        - `supportsClientIdMetadataDocument` boolean, nullable
      - object
        - `slug` string, required
        - `kind` 'apikey', required
        - `label` string, nullable
        - `placements` object[], required
          - `carrier` 'header' | 'query', required
          - `name` string, required
          - `prefix` string, nullable
          - `variable` string, nullable
          - `literal` string, nullable

## Other responses

- `400` — OpenApiParseError | OpenApiExtractionError | OpenApiOAuthError | OpenApiSpecOverrideError
- `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)
