---
title: "Get Active Package"
method: GET
path: "/v1/subscription/active-package"
tags: ["Subscription"]
---

# Get Active Package

`GET /v1/subscription/active-package`

Get the user's active package ID from their Metronome contract.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- ActivePackageResponse
  - `package_id` string, nullable — Active package ID if available
  - `has_active_contract` boolean, required — Whether the user has an active contract
  - `access_ends_at` string, nullable — ISO 8601 timestamp when access ends, from Metronome contract ending_before (e.g. cancel at period end or trial end). Null if open-ended or not returned.

## Other responses

- `422` — Validation Error

---

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