Skip to main content
GET
List applications

Authorizations

x-api-key
string
header
required

Your Trusys API key. Create and manage keys in the Trusys UI under Settings โ†’ API Keys.

Include the key on every request:

Query Parameters

page
integer
default:1

Page number for paginated results (1-based).

Required range: x >= 1
limit
integer
default:20

Maximum number of applications per page (max 100).

Required range: 1 <= x <= 100

Optional case-insensitive filter on application name.

Response

Paginated application list.

success
boolean
Example:

true

data
object[]
pagination
object