English
Protocol API
cURL
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>" } }
Retrieve a LicenseToken
API Key
Chain Destination
License Token ID
OK
The response is of type object.
object