---
title: "Show package"
method: GET
path: "/package/show"
tags: ["Package"]
---

# Show package

`GET /package/show`

Use this BillingServ API endpoint to show package. Review the response for the operation result or validation errors.

## Query parameters

- `id` integer, required

## Response `200`

OK

- PackageResponse
  - `success` true, required
  - `package` object, required
    - `options` PackageOption[], required
      - `id` integer, required
      - `user_id` integer
      - `internal_name` string
      - `display_name` string, required
      - `api_type` string, nullable
      - `required` integer, required — 1 when the option must be supplied, otherwise 0.
      - `type` integer, required — Control type: 0 select, 1 text, 2 number, 3 radio, 4 checkbox, 5 switch.
      - `values` PackageOptionValue[], required
        - `id` integer, required
        - `option_id` integer, required
        - `display_name` string, required
        - `cycle_type` integer, required — Billing cycle identifier for this predefined option value.
        - `price` number, double, required
        - `fee` number, double, required
        - `created_at` string, date-time, nullable
        - `updated_at` string, date-time, nullable
        - `deleted_at` string, date-time, nullable
      - `created_at` string, date-time, nullable
      - `updated_at` string, date-time, nullable
      - `deleted_at` string, date-time, nullable

## Other responses

- `401` — Missing or invalid API key
- `403` — Authenticated key does not have permission for this endpoint
- `404` — The requested resource was not found or is not available to this API account.
- `422` — Validation error

## Changes

- **2026-08-22** `76cfbed5eb40` — 3 info
  - the response property `success` became required for the status `200`
  - the `success` response property const value `true` was added for the status `200`
  - added the required property `package` to the response with the `200` status
- **2026-08-22** `6b9208b64456` — 7 info
  - added the non-success response with the status `404`
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `403` status
  - added the optional property `code` to the response with the `422` status
  - …3 more

[Change history](https://skmtc.dev/b-cdn/apis/billingserv-api-v2/changes/package/show/get.md)

---

[API](https://skmtc.dev/b-cdn/apis/billingserv-api-v2.md) · [All operations](https://skmtc.dev/b-cdn/apis/billingserv-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b-cdn/billingserv-api-v2/revisions/76cfbed5eb40/schema)
