List applications (paginated)

Returns a paginated view of machine-to-machine applications registered under
the tenant.

Response shape: Spring Page<PrincipalDetailsResponse> envelope with
content, totalElements, totalPages, number (zero-based), size, and
the standard Spring pagination flags.

Pagination: server-side via Spring Pageable. Default size=25, default
sort name,asc. Max size=200 (rejected with 400 above). Sort fields
allow-list: createdAt, name, status. Any other sort field returns 400.

Authorization: requires scope admin.tenant.application.list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 25

The size of the page to be returned

sort
array of strings
Defaults to name,ASC

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*