---
title: "GET /api/v3/webshop/{lang}/company-certificates/{id}"
method: GET
path: "/api/v3/webshop/{lang}/company-certificates/{id}"
tags: ["Webshop", "Map"]
---

# GET /api/v3/webshop/{lang}/company-certificates/{id}

`GET /api/v3/webshop/{lang}/company-certificates/{id}`

Returns approved certificates and memberships of a company.

## Path parameters

- `lang` string, required
- `id` string, required

## Query parameters

- `page` number
- `count` number
- `sort` string
- `q` string
- `filter` string
- `isDropDown` boolean

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `standardId` string, nullable, required
    - `status` string, nullable, required
    - `explanation` string, nullable, required
    - `fileUrl` string, nullable, required
    - `companyId` string, nullable, required
    - `updatedAt` string, nullable, required
    - `licenseNumber` string, nullable, required
    - `name` string, nullable, required
    - `description` string, nullable, required
    - `logoFileUrl` string, nullable, required
    - `originalLogoFileUrl` string, nullable, required
    - `translations` object
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `pageSize` number, required
    - `totalCount` number, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

> 24 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 12 breaking, 12 info
  - the response property `data/items/companyId` became nullable for the status `200`
  - the response property `data/items/description` became nullable for the status `200`
  - the response property `data/items/explanation` became nullable for the status `200`
  - the response property `data/items/fileUrl` became nullable for the status `200`
  - …20 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/v3/webshop/:lang/company-certificates/:id/get.md)

---

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