---
title: "Get a credit_owners entry"
method: GET
path: "/app/v1/credit_owners/{credit_owner_id}"
tags: ["credit_owner"]
---

# Get a credit_owners entry

`GET /app/v1/credit_owners/{credit_owner_id}`

## Path parameters

- `credit_owner_id` string, uuid, required

## Response `200`

A successful operation

- CreditOwner
  - `name` string
  - `visibility` 'public' | 'private'
  - `buffer_holder` boolean
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `created_by` string, uuid
  - `updated_by` string, uuid
  - `company_id` string, uuid
  - `id` string, uuid
  - `public_name` string

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
