English
Protocol API
cURL
curl --request GET \ --url https://api.storyapis.com/api/v3/licenses/templates/{licenseTemplateId} \ --header 'X-Api-Key: <x-api-key>' \ --header 'X-Chain: <x-chain>'
{ "data": { "blockNumber": "<string>", "blockTime": "<string>", "id": "<string>", "metadataUri": "<string>", "name": "<string>" } }
Retrieve a LicenseTemplate
API Key
Chain Destination
LicenseTemplate ID
OK
The response is of type object.
object