# Licenses Fetch license data ## List tenant licenses - [GET /tenants/myLicenses](https://partner.audicin.com/apis/b2b_portal_documentation/licenses/getlicenses.md): Returns a paginated list of licenses owned by the authenticated tenant. Results can be filtered by song and license validity. - When onlyValidNow=true, only currently active licenses are returned. - When onlyValidNow=false, historical licenses are also included. This endpoint is typically used to display license usage, quota tracking, and compliance status in the developer dashboard. ## Check license access for a song - [GET /tenants/myLicenses/check-access](https://partner.audicin.com/apis/b2b_portal_documentation/licenses/checklicenseforsong.md): Checks whether the authenticated tenant has an active or historical license for a specific song. This endpoint is commonly used before attempting playback or streaming. - When onlyValid=true, only currently active licenses are considered. - When onlyValid=false, expired or revoked licenses may also be returned.