---
title: "Get program inputs"
method: GET
path: "/programs/{id}/inputs"
tags: ["Sales"]
---

# Get program inputs

`GET /programs/{id}/inputs`

## Path parameters

- `id` string, required — An object id with prefix

## Response `200`

Successful operation

- object
  - `active_since` string, date — [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date (YYYY-MM-DD). See [Dates and Times](/docs/dates-and-times).
  - `account_match` object[]
  - `avg_sale_size` integer — Integer amount in lowest currency denomination. See [Money](/docs/money) for details.
  - `product_type` 'gi' | 'cr' | 'pp' | 'rp' | 'in' | 'ec' | 'cl' | 'st' | 'go' | 'su' | 'ip' | 'lp'
  - `country` string — ISO 3166-1 alpha-2 country code
  - `yc_verified` string, date — [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date (YYYY-MM-DD). See [Dates and Times](/docs/dates-and-times).
  - `monthly_revenue` integer — Integer amount in lowest currency denomination. See [Money](/docs/money) for details.
  - `monthly_costs` integer — Integer amount in lowest currency denomination. See [Money](/docs/money) for details.
  - `cash_on_hand` integer — Integer amount in lowest currency denomination. See [Money](/docs/money) for details.
  - `customer_count` integer — Non-negative integer (0 to 2147483647)

---

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