Protocol API Overview
Collections
IPLicenseTerms
LicenseTemplates
LicenseTerms
LicenseTokens
Permissions
IPLicenseTerms
Get IP License Terms for an IP
Retrieve IP License Terms associated with an IP ID
GET
/
api
/
v3
/
licenses
/
ip
/
terms
/
{ipId}
curl --request GET \
--url https://api.storyapis.com/api/v3/licenses/ip/terms/{ipId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": [
{
"blockNumber": "<string>",
"blockTime": "<string>",
"disabled": true,
"id": "<string>",
"ipId": "<string>",
"licenseTemplate": "<string>",
"licenseTermsId": "<string>",
"licensingConfig": {
"commercialRevShare": 123,
"disabled": true,
"expectGroupRewardPool": "<string>",
"expectMinimumGroupRewardShare": 123,
"hookData": "<string>",
"isSet": true,
"licensingHook": "<string>",
"mintingFee": "<string>"
}
}
],
"next": "<string>",
"prev": "<string>"
}
Headers
API Key
Chain Destination
Path Parameters
IP ID
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.storyapis.com/api/v3/licenses/ip/terms/{ipId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": [
{
"blockNumber": "<string>",
"blockTime": "<string>",
"disabled": true,
"id": "<string>",
"ipId": "<string>",
"licenseTemplate": "<string>",
"licenseTermsId": "<string>",
"licensingConfig": {
"commercialRevShare": 123,
"disabled": true,
"expectGroupRewardPool": "<string>",
"expectMinimumGroupRewardShare": 123,
"hookData": "<string>",
"isSet": true,
"licensingHook": "<string>",
"mintingFee": "<string>"
}
}
],
"next": "<string>",
"prev": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.