LicenseTerms
Get a LicenseTerm
Protocol API Overview
Collections
IPLicenseTerms
LicenseTemplates
LicenseTerms
LicenseTokens
Permissions
LicenseTerms
Get a LicenseTerm
Retrieve a LicenseTerm
GET
/
api
/
v3
/
licenses
/
terms
/
{licenseTermId}
curl --request GET \
--url https://api.storyapis.com/api/v3/licenses/terms/{licenseTermId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": {
"blockNumber": "<string>",
"blockTime": "<string>",
"id": "<string>",
"licenseTemplate": "<string>",
"licenseTerms": [
{}
],
"terms": {
"commercialAttribution": true,
"commercialRevCeiling": 123,
"commercialRevShare": 123,
"commercialUse": true,
"commercializerChecker": "<string>",
"commercializerCheckerData": "<string>",
"currency": "<string>",
"defaultMintingFee": 123,
"derivativeRevCeiling": 123,
"derivativesAllowed": true,
"derivativesApproval": true,
"derivativesAttribution": true,
"derivativesReciprocal": true,
"expiration": 123,
"royaltyPolicy": "<string>",
"transferable": true,
"uri": "<string>"
}
}
}
Headers
API Key
Chain Destination
Path Parameters
LicenseTerm ID
Response
200 - application/json
OK
curl --request GET \
--url https://api.storyapis.com/api/v3/licenses/terms/{licenseTermId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": {
"blockNumber": "<string>",
"blockTime": "<string>",
"id": "<string>",
"licenseTemplate": "<string>",
"licenseTerms": [
{}
],
"terms": {
"commercialAttribution": true,
"commercialRevCeiling": 123,
"commercialRevShare": 123,
"commercialUse": true,
"commercializerChecker": "<string>",
"commercializerCheckerData": "<string>",
"currency": "<string>",
"defaultMintingFee": 123,
"derivativeRevCeiling": 123,
"derivativesAllowed": true,
"derivativesApproval": true,
"derivativesAttribution": true,
"derivativesReciprocal": true,
"expiration": 123,
"royaltyPolicy": "<string>",
"transferable": true,
"uri": "<string>"
}
}
}