Lifecycle API

Get biller productivity

Organization-wide report for the date range.

GEThttps://app.mindbill.org/partner/v2/reports/productivity

Organization-wide report for the date range. Activity is scoped to this partner and environment. Bill-scoped browser sessions are rejected.

AuthenticationServer API key or browser session + Origin
Permissions by credentialServer: bills:read · Browser: bills:read
IdempotencyNot required

Use this URL with a server API key or a browser session and its exact allowed Origin. Both credentials use the same request and response contract. See the component API inventory for exact paths and SDK methods.

Query parameters

FieldTypeDescription
fromRequired
string

Inclusive date (YYYY-MM-DD). Required.

toRequired
string

Inclusive date (YYYY-MM-DD). Required.

Examples

Request
curl 'https://app.mindbill.org/partner/v2/reports/productivity' \
  --request GET \
  --header "Authorization: Bearer $MINDBILL_API_KEY"
Request
curl 'https://app.mindbill.org/partner/v2/reports/productivity' \
  --request GET \
  --header "Authorization: Bearer $MINDBILL_BROWSER_TOKEN" \
  --header 'Origin: https://your-app.example'

Response

200

Response
Response fields are documented below.
FieldTypeDescription
dataRequired
object | null

data

data.lo
string

lo

data.hi
string

hi

data.dayKeys
string[]

dayKeys

data.billers
object[]

billers

data.created
array[]

created

data.sent
array[]

sent

data.createdTotal
number[]

createdTotal

data.sentTotal
number[]

sentTotal

data.submittedTotal
number[]

submittedTotal

data.cleanTotal
number[]

cleanTotal

data.createdByDay
number[]

createdByDay

data.sentByDay
number[]

sentByDay

data.totalCreated
number

totalCreated

data.totalSent
number

totalSent

data.totalSubmitted
number

totalSubmitted

data.totalClean
number

totalClean

data.maxSentCell
number

maxSentCell