---
title: "Get Subscription"
method: GET
path: "/api/billing/subscription"
---

# Get Subscription

`GET /api/billing/subscription`

Get the current user's subscription details.

## Response `200`

Successful Response

- SubscriptionResponse — Response schema for subscription details
  - `tier` string, nullable
  - `status` string, nullable
  - `periodStart` string, nullable
  - `periodEnd` string, nullable
  - `videoAllowanceCents` integer, nullable
  - `videoAllowanceUsedCents` integer
  - `videoAllowanceRemainingCents` integer, nullable
  - `cancelAtPeriodEnd` boolean

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
