---
title: "Retrieve list of credit transfers"
method: GET
path: "/{api_key}/credit-transfers"
tags: ["Transfers"]
---

# Retrieve list of credit transfers

`GET /{api_key}/credit-transfers`

Retrieve a list of credit transfers that have taken place for a primary account within a specified time period.

## Path parameters

- `api_key` string, required

## Query parameters

- `start_date` string, required
- `end_date` string
- `subaccount` string

## Response `200`

List credit transfers response

- ListCreditTransfersResponse
  - `_embedded` object
    - `credit-transfers` TransferCreditResponse[]
      - `amount` number — Credit transfer amount
      - `created_at` string — The date and time when the credit transfer was executed
      - `credit_transfer_id` string — Unique credit transfer ID
      - `from` string — Account the credit is transferred from
      - `reference` string — Reference for the credit transfer
      - `to` string — Account the credit is transferred to

## Other responses

- `401` — Credential is missing or invalid
- `403` — Action is forbidden
- `404` — The account ID provided does not exist in our system or you do not have access

---

[API](https://skmtc.net/vonage/apis/subaccounts.md) · [All operations](https://skmtc.net/vonage/apis/subaccounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vonage/subaccounts/versions/48b589cc0b41/schema)
