---
title: "Get Subscription Status"
method: POST
path: "/billing/subscription-status"
tags: ["billing"]
---

# Get Subscription Status

`POST /billing/subscription-status`

Check subscription status by email or session ID.
Requires authentication via Stytch session token.

## Request body

- SubscriptionStatusRequest
  - `email` string, nullable
  - `sessionId` string, nullable

## Response `200`

Successful Response

- SubscriptionStatusResponse
  - `status` string, required
  - `plan` string, required
  - `customerId` string, nullable
  - `subscriptionId` string, nullable
  - `currentPeriodEnd` integer, nullable
  - `email` string, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
