---
title: "Get owner working capital"
method: GET
path: "/accounting-api/owners/{id}/working-capital"
tags: ["Accounting (only available for accounting add-on users)"]
---

# Get owner working capital

`GET /accounting-api/owners/{id}/working-capital`

Get latest owner working capital by owner ID.

## Path parameters

- `id` string, required

## Response `200`

Owner working capital response

- object
  - `workingCapital` number — Current owner's working capital amount

## Other responses

- `403` — You do not have sufficient permissions to access this resource
- `404` — Can't find owner, by provided ID
- `500` — Unhandled exception. Something went wrong on server

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
