---
title: "GET /customers/{id}"
method: GET
path: "/customers/{id}"
tags: ["Platform"]
---

# GET /customers/{id}

`GET /customers/{id}`

GET operation for /customers/{id}

## Path parameters

- `id` string, required

## Response `200`

Successful response

- OnboardeeCompanyDetailSerializer
  - `id` integer
  - `name` string, required
  - `website` string
  - `uuid` string
  - `avatar` string
  - `logos` string
  - `icon` string, binary
  - `icon_delete` boolean
  - `icon_base64` object
  - `created_at` string, date-time
  - `modified_at` string, date-time
  - `created_by` string
  - `external_id` string
  - `sf_account_id` string
  - `hubspot_company_id` integer
  - `custom` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
