---
title: "Obter assinatura"
method: GET
path: "/subscriptions/current"
tags: ["Subscriptions"]
---

# Obter assinatura

`GET /subscriptions/current`

Retorna detalhes sobre a assinatura em vigor.

## Query parameters

- `appId` string, required

## Response `200`

Successful response

- object, nullable
  - `id` string, required — Identificador único da assinatura
  - `status` 'trial' | 'active' | 'canceled' | 'ended', required — Status da assinatura
  - `appId` string, required — Identificador da aplicação vinculada
  - `priceId` string, required — Identificador do preço contratado
  - `coupon` string, nullable — Cupom aplicado na assinatura
  - `source` 'self_service' | 'third_party' — Origem da assinatura
  - `workspaceId` string, required — ID do workspace
  - `createdAt` string, date-time — Data de criação
  - `updatedAt` string, date-time — Data da última atualização

## Other responses

- `default` — Error response

## Changes

> 48 revisions in range; 36 could not be searched.

- **2026-07-31** `c99715173bc7` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-27T16:42:05.181Z` to `2026-07-31T22:01:37.748Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-27T16:42:05.181Z` to `2026-07-31T22:01:37.748Z` for the status `200`
- **2026-07-27** `f6bc4f22e404` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-27T00:44:55.715Z` to `2026-07-27T16:42:05.181Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-27T00:44:55.715Z` to `2026-07-27T16:42:05.181Z` for the status `200`
- **2026-07-27** `81f9b37b3d17` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-26T23:25:05.639Z` to `2026-07-27T00:44:55.715Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-26T23:25:05.639Z` to `2026-07-27T00:44:55.715Z` for the status `200`
- **2026-07-26** `d2ffff529701` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-26T23:04:42.649Z` to `2026-07-26T23:25:05.639Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-26T23:04:42.649Z` to `2026-07-26T23:25:05.639Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rdstationmentoria/apis/accounts/changes/subscriptions/current/get.md)

---

[API](https://skmtc.dev/rdstationmentoria/apis/accounts.md) · [All operations](https://skmtc.dev/rdstationmentoria/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rdstationmentoria/accounts/revisions/7db0d7ce7617/schema)
