Skip to main content
GET
Get per-member credit-burn attribution

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

Query Parameters

limit
number

Maximum number of members to return (1–1000).

Example:

100

groupId
string

Restrict attribution to a single group's spend. Omit for all members.

Example:

"grp-9f2a1c"

planId
string

Restrict attribution to a single tier plan. Omit to roll up all tier plans.

Example:

"plan-5d8f2a"

to
string

ISO-8601 end date (inclusive). Omit for no upper bound.

Example:

"2026-02-01T23:59:59.999Z"

from
string

ISO-8601 start date (inclusive). Omit for no lower bound.

Example:

"2026-01-01T00:00:00.000Z"

Response

Credits-by-member breakdown

items
object[]
required

Per-member credit-burn attribution rows.