v1

latestOpenAPI 3.1.02026-07-247328324.6 KB
Sales

Get program inputs

get/programs/{id}/inputs

Path parameters

idstring required

An object id with prefix

Example:user_0123456789ABCDEFGHIJKLMNOPq

An object id with prefix

Response

Successful operation

active_sincestring date

ISO 8601 date (YYYY-MM-DD). See Dates and Times.

account_matchobject[]
avg_sale_sizeinteger

Integer amount in lowest currency denomination. See Money for details.

product_type'gi' | 'cr' | 'pp' | 'rp' | 'in' | 'ec' | 'cl' | 'st' | 'go' | 'su' | 'ip' | 'lp'
countrystring

ISO 3166-1 alpha-2 country code

yc_verifiedstring date

ISO 8601 date (YYYY-MM-DD). See Dates and Times.

monthly_revenueinteger

Integer amount in lowest currency denomination. See Money for details.

monthly_costsinteger

Integer amount in lowest currency denomination. See Money for details.

cash_on_handinteger

Integer amount in lowest currency denomination. See Money for details.

customer_countinteger

Non-negative integer (0 to 2147483647)

Example response

{
  "active_since": "2024-01-15",
  "avg_sale_size": 10000,
  "yc_verified": "2024-01-15",
  "monthly_revenue": 10000,
  "monthly_costs": 10000,
  "cash_on_hand": 10000,
  "customer_count": 42
}