---
title: "Retrieves a ApplicationCredit resource."
method: GET
path: "/application_credits/{id}"
tags: ["ApplicationCredit"]
---

# Retrieves a ApplicationCredit resource.

`GET /application_credits/{id}`

Retrieves a ApplicationCredit resource.

## Path parameters

- `id` string, required

## Response `200`

ApplicationCredit resource

- ApplicationCredit — Application credit represents credits issued to merchants that can be used towards future app purchases
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each application credit
  - `amount` integer — Amount refunded by the application credit
  - `description` string, nullable — A description of the application credit

## Other responses

- `404` — Resource not found

---

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