English
Protocol API
cURL
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>" }
Retrieve IP License Terms associated with an IP ID
API Key
Chain Destination
IP ID
OK
The response is of type object.
object