---
title: "Retrieves a Owner resource."
method: GET
path: "/owners/{id}"
tags: ["Owner"]
---

# Retrieves a Owner resource.

`GET /owners/{id}`

Retrieves a Owner resource.

## Path parameters

- `id` string, required

## Response `200`

Owner resource

- Owner — Owner represents accounts in the system that are able to view and edit customer information.
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the owner
  - `firstName` string — The first name of the owner
  - `lastName` string, nullable — The last name of the owner
  - `email` string, nullable — The email address of the owner
  - `created` string — The date and time the owner profile was created
  - `updated` string, nullable — The date and time the owner profile was last modified
  - `isActive` boolean, nullable — Whether the owner is active or not

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
