Returns all license details. If onlyCustom is true, returns only custom licenses. Supports pagination with page and size parameters.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/licenses/listAll
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/licenses/listAll
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/licenses/listAll?onlyCustom=false&page=1&size=25' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'