# List billing credits Returns a paginated list of Billing Credits for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/billing-credit Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "endDate", "remainingAmount", "startDate", "totalAmount", "usedAmount", "wastedAmount" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `creditType` (string) Whether the credit is tracked as a quantity (e.g., visits) or a monetary value. Enum: "quantity", "value" - `isActive` (boolean) Whether this billing credit is currently active and usable. - `wellnessPlanBenefitId` (string) Identifier of the wellness plan benefit that generated this credit, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `wellnessPlanId` (string) Identifier of the wellness plan that generated this credit, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `wellnessPlanMembershipCycleId` (string) Identifier of the membership cycle associated with this credit, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `wellnessPlanMembershipId` (string) Identifier of the wellness plan membership associated with this credit, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `wellnessPlanMembershipStatusPeriodId` (string) Identifier of the membership status period associated with this credit, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields