Credit Account

Retrieve aggregated credit deductions by month and year

No scope required.

Retrieve credit account deductions aggregated by month and year.

Use filter parameters to narrow results:

  • filter[month]: Filter by month (1-12)
  • filter[year]: Filter by year (e.g., 2024)
get/api/v2/organization/{organization_id}/credit_deductions

Path parameters

organization_idstring required

Organization UUID or slug

Query parameters

filter[month]integer

Filter by month (1-12)

filter[year]integer

Filter by year

fields[credit_deduction_aggregations]string[]

Comma separated list of fields for credit_deduction_aggregations to include in response

Response

Aggregated credit deductions

Changes

No recorded changes to this endpoint across all 5 revisions of this API.