---
title: "List LicenseTokens"
method: POST
path: "/api/v3/licenses/tokens"
tags: ["LicenseTokens"]
---

# List LicenseTokens

`POST /api/v3/licenses/tokens`

Retrieve a paginated, filtered list of LicenseTokens

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2LicenseTokenRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2LicenseTokenQueryOptions
    - `orderBy` string
    - `orderDirection` string
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumber` string
      - `id` string
      - `licenseTermsId` string
      - `licensorIpId` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicenseTokensResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1LicenseToken[]
    - `blockNumber` string
    - `blockTime` string
    - `burntAt` string
    - `id` string
    - `licenseTemplate` string
    - `licenseTermsId` string
    - `licensorIpId` string
    - `owner` string
    - `transferable` string
  - `next` string
  - `prev` string

---

[API](https://skmtc.net/storyapis/apis/story-protocol-api-reference.md) · [All operations](https://skmtc.net/storyapis/apis/story-protocol-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/storyapis/story-protocol-api-reference/versions/6cb84b9791cd/schema)
