Skip to content

Get All Licenses

Request

Returns all license details. If onlyCustom is true, returns only custom licenses. Supports pagination with page and size parameters.

Security
bearerAuth
Query
onlyCustomboolean

If true, returns only custom licenses

Default:false
Example:onlyCustom=false
pageinteger, (int64)

Page Number. Index of the page to start with(starts from 1)

Default:1
sizeinteger, (int64)

Page Size. Number Of Records to fetch per page

Default:25
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/licenses/listAll?onlyCustom=false&page=1&size=25' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK