---
title: "Retrieve package resources"
method: GET
path: "/package"
tags: ["Package"]
---

# Retrieve package resources

`GET /package`

Retrieve package resource is used to retrieve all active packages for an account.

## Response `200`

Success Response

- PackageResponse[]
  - `id` string
  - `packageCode` string
  - `packageName` string
  - `packageType` string
  - `title` string
  - `packagePrice` number
  - `scoringOn` boolean
  - `created` string, date-time
  - `createdBy` string
  - `products` object[]
    - `productType` string
    - `productTypeDesc` string
    - `allowedQuantity` string
    - `alaCarte` boolean
    - `country` string
    - `region` string
    - `scope` string

## Other responses

- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.net/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.net/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/versions/a6ac3a5c01aa/schema)
