---
title: "Return a list with all Credits"
method: GET
path: "/credit/"
tags: ["Credit"]
---

# Return a list with all Credits

`GET /credit/`

## Query parameters

- `status` string

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- Credit[]
  - `amount` number — The amount of credit associated with the credit ID
  - `autoApply` integer — Whether credits are automatically being applied to new orders or invoices. [0 = Not Auto Apply, 1 = Auto Apply New Invoices, 2 = Auto Apply All Invoices]
  - `balance` number — The amount of credit available for use associated with the credit ID
  - `billingInfoId` integer — The Billing Info ID used to purchase the credits on this account
  - `clientId` integer — The client ID associated with the credit ID
  - `created` integer — The created date/time of the credit
  - `expirationDate` integer — The expiration date of the credit
  - `id` integer — The ID corresponding to a particular credit
  - `isHourly` boolean — If credit is for hourly billing
  - `orderId` integer — The order ID associated with the credit ID
  - `reason` string — The reason code for the creation of the credit
  - `serviceIds` integer[] — The list of service IDs associated with the credit ID
  - `status` string — The status of the credit

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/revisions/ee6b717b5015/schema)
