---
title: "Get Entitlements"
method: GET
path: "/api/entitlements"
---

# Get Entitlements

`GET /api/entitlements`

Check user's subscription entitlements including plan subscription info.

## Query parameters

- `appUserId` string, required

## Response `200`

Successful Response

- EntitlementResponse — Response schema for entitlements check
  - `hasAccess` boolean, required
  - `subscriptionStatus` string, required
  - `subscriptionTier` string, nullable
  - `trialEndsAt` string, date-time, nullable
  - `trialExpired` boolean, nullable
  - `features` EntitlementFeatures, required — Entitlement features schema
    - `maxProjects` integer, required
    - `maxFileSize` integer, required
    - `canExportVideo` boolean, required
    - `priorityProcessing` boolean, required
    - `unlimitedImages` boolean
    - `unlimitedVideo` boolean
  - `videoAllowanceCents` integer, nullable
  - `videoAllowanceUsedCents` integer
  - `videoAllowanceRemainingCents` integer, nullable

## Other responses

- `422` — Validation Error

---

[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)
