---
title: "GET /api/v4/catalogs/{id}"
method: GET
path: "/api/v4/catalogs/{id}"
---

# GET /api/v4/catalogs/{id}

`GET /api/v4/catalogs/{id}`

Get catalog by id.

## Path parameters

- `id` integer, required

## Response `200`

The request has succeeded.

- union
  - Catalog
    - `id` integer
    - `name` string
    - `created_by` integer
    - `updated_by` integer
    - `created_at` integer
    - `updated_at` integer
    - `sort` integer
    - `type` union
      - 'regular' | 'invoices' | 'products'
      - string
    - `can_add_elements` boolean
    - `can_show_in_cards` boolean
    - `can_link_multiple` boolean
    - `can_be_deleted` boolean
    - `sdk_widget_code` union
      - string
      - integer
    - `account_id` integer
    - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
