---
title: "List all seller subscriptions"
method: GET
path: "/marketplace/seller/subscriptions"
tags: ["Subscription"]
---

# List all seller subscriptions

`GET /marketplace/seller/subscriptions`

Get all subscriptions created by seller

## Query parameters

- `created_after` string, date-time, nullable — Get subscriptions created after this datetime (UTC only, ISO 8601 format)

## Response `200`

Successful Response

- GetAllSubscriptionResponse
  - `data` SubscriptionSchema[], required
    - `botId` string, uuid, required
    - `buyerId` string, email, required
    - `createdTs` string, date-time, required
    - `lastModifiedTs` string, date-time, required
    - `expiresOnTs` string, date-time, nullable

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/tradelocker/apis/trading-api.md) · [All operations](https://skmtc.net/tradelocker/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradelocker/trading-api/revisions/5b184d9b617c/schema)
