Get License Tokens
Retrieve license tokens with optional filtering. If no filters are provided, returns all license tokens. Supports filtering by owner wallet address and/or licensor IP ID. Results are paginated and can be ordered by ‘blockNumber’ (default: descending).
Authorizations
Body
Field to order results by (only 'blockNumber' is supported)
blockNumber Order direction for results ('asc' for ascending, 'desc' for descending)
asc, desc Pagination configuration (optional, defaults: limit=100, offset=0)
Optional filter options for license tokens
Response
OK
List of license tokens matching the filter criteria
A URL to the JSON Schema for this object.
"https://api.storyapis.com/api/v4/LicenseTokensResponseHumaBody.json"
Pagination metadata including total count and hasMore flag

