GET
/
api
/
v3
/
licenses
/
tokens
/
{licenseTokenId}
curl --request GET \
  --url https://api.storyapis.com/api/v3/licenses/tokens/{licenseTokenId} \
  --header 'X-Api-Key: <x-api-key>' \
  --header 'X-Chain: <x-chain>'
{
  "data": {
    "blockNumber": "<string>",
    "blockTime": "<string>",
    "burntAt": "<string>",
    "id": "<string>",
    "licenseTemplate": "<string>",
    "licenseTermsId": "<string>",
    "licensorIpId": "<string>",
    "owner": "<string>",
    "transferable": "<string>"
  }
}

Headers

X-Api-Key
string
default:MhBsxkU1z9fG6TofE59KqiiWV-YlYE8Q4awlLQehF3U
required

API Key

X-Chain
string
default:story-aeneid
required

Chain Destination

Path Parameters

licenseTokenId
string
required

License Token ID

Response

200 - application/json
OK
data
object