---
title: "GET /v1/integration-types"
method: GET
path: "/v1/integration-types"
tags: ["Integrations"]
---

# GET /v1/integration-types

`GET /v1/integration-types`

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

A successful response.

- GoliothListIntegrationTypesResponse
  - `list` GoliothIntegrationType[]
    - `attributes` GoliothIntegrationTypeAttribute[]
      - `description` string
      - `displayName` string
      - `name` string
      - `required` boolean
      - `type` string
    - `description` string
    - `name` string
    - `type` string
  - `page` integer
  - `perPage` integer
  - `total` integer

## Other responses

- `default` — An unexpected error response.

---

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