---
title: "GET /reports/credit"
method: GET
path: "/reports/credit"
tags: ["reports"]
---

# GET /reports/credit

`GET /reports/credit`

Generate credit report request

## Query parameters

- `outstanding` boolean
- `consumed` boolean
- `from` string
- `to` string
- `limit` integer
- `offset` integer
- `location_ids` string

## Response `200`

- CreditReportResponse
  - `Meta` object
    - `Limit` integer
    - `Offset` integer
    - `Total` integer
    - `total_amount` number, double
  - `data` object
    - `credits` CreditReportUser[]
      - `amount` integer
      - `created` string
      - `description` string
      - `first_name` string
      - `id` integer
      - `last_name` string

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error

---

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