List Applications
GET {{baseUrl}}/api/v1/app?limit=<uint64>&iterator=<string>&order=<string>
List of all the organization's applications.
Request Params
| Key | Datatype | Required | Description |
| limit
| string | | Limit the number of returned items |
| iterator
| string | | The iterator returned from a prior invocation |
| order
| string | | The sorting order of the returned items |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"data":[{"createdAt":"2007-01-24T22:45:19.693Z","id":"app_1srOrx2ZWZBpBUvZwXKQmoEYga2","metadata":{"labore_9d":"sed","aliquip_0":"aute occaecat ut","occaecat04":"laborum sint mollit","cillum_0d":"dolor commodo"},"name":"My first application","updatedAt":"1989-06-17T19:16:37.358Z","uid":"unique-app-identifier","rateLimit":84039465},{"createdAt":"1975-02-13T18:36:51.937Z","id":"app_1srOrx2ZWZBpBUvZwXKQmoEYga2","metadata":{"quis_11":"irure et amet"},"name":"My first application","updatedAt":"1993-08-30T05:19:11.596Z","uid":"unique-app-identifier","rateLimit":2525971}],"done":false,"iterator":"iterator","prevIterator":"-iterator"}