---
title: "Retrieve a charge point brand."
method: GET
path: "/api/v1/charge-point-brands/{chargePointBrandId}"
tags: ["Charge Point Brands"]
---

# Retrieve a charge point brand.

`GET /api/v1/charge-point-brands/{chargePointBrandId}`

## Path parameters

- `chargePointBrandId` integer, required

## Response `200`

Charge Point Brand with provided id

- ChargePointBrand
  - `id` integer — The id of the charge point brand
  - `identifier` string, required — The identifier of the charge point brand
  - `name` string, required — The name of the charge point brand
  - `createdAt` string, date-time, nullable — Creation date of this charge point brand
  - `updatedAt` string, date-time, nullable — Update date of this charge point brand

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/revisions/517e18f11015/schema)
