cURL
curl --request GET \ --url https://vault-api.stardust.gg/v1/application \ --header 'x-api-key: <api-key>'
{ "results": [ { "id": "<string>", "name": "<string>", "email": "<string>", "description": "<string>", "rootUserId": "<string>" } ], "total": 123, "start": 0, "limit": 100, "filter": {} }
Fetch a paginated list of applications by filters
Position in list
0 <= x <= 2147483647
Maximum items returned in list
10 <= x <= 100
The results returned
Show child attributes
The id of the application
The name of the application
The email address associated with this app
The description of the application
The Root Identity Id associated with the application
The total number of items in the filter
The requested start
The requested limit
The requested filter
Was this page helpful?