---
title: "Subscription Context For Support"
method: POST
path: "/billing/intercom/subscription-context"
tags: ["billing"]
---

# Subscription Context For Support

`POST /billing/intercom/subscription-context`

## Request body

- SupportLookupRequest
  - `email` string, required

## Response `200`

Successful Response

- SubscriptionContextResponse — What a support teammate needs to know before cancelling or refunding.
  - `status` 'active' | 'trialing' | 'past_due' | 'none', required
  - `plan` string, nullable
  - `last_renewed` string, nullable
  - `days_into_cycle` integer, nullable
  - `period_end` string, nullable
  - `cancels_on` string, nullable
  - `last_charge` string, nullable
  - `stripe_customer_id` string, nullable
  - `subscription_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/eb694aedc555/schema)
