---
title: "GET /extensions/{id}"
method: GET
path: "/extensions/{id}"
tags: ["Extensions"]
---

# GET /extensions/{id}

`GET /extensions/{id}`

## Path parameters

- `id` string, required

## Response `200`

- AuthExtension
  - `id` string
  - `name` string, required — Extension type (f.e. "zapier"): should be lowercase, without whitespace.
  - `icon` string, binary, nullable
  - `revision` integer
  - `external_id` string, nullable
  - `subtitle` string, nullable
  - `description` string, required — Extension type description (f.e. "Zapier Integration")
  - `overview` string, nullable
  - `portal` 'any' | 'provider' | 'vendor' — Extension applicability in Connect scope
  - `featured` boolean
  - `priority` integer
  - `status` 'draft' | 'published' | 'unrestricted' | 'publishing' | 'unpublishing' — Unrestricted - already developed public extension (f.e. Zapier)
  - `websites` string[], nullable — Template:<br>[<br>"https://example.com",<br>"http://cloudblue.com/"<br>]
  - `categories` AuthExtensionCategory[]
    - `id` string
    - `name` string, required
  - `industries` AuthIndustry[]
    - `id` string
    - `name` string, required
  - `owner` AuthAccountReference
    - `id` string
    - `name` string, required
    - `icon` string, binary, nullable
  - `constraints` object
    - `account` object
      - `tokens` integer
  - `system` boolean
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string

## Other responses

- `400`

---

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