List Integrations
GET {{baseUrl}}/api/v1/app/:app_id/integration?limit=<uint64>&iterator=<string>&order=<string>
List the application's integrations.
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":"1986-03-11T10:39:43.789Z","id":"integ_1srOrx2ZWZBpBUvZwXKQmoEYga2","name":"Example Integration","updatedAt":"1951-02-25T15:29:19.899Z"},{"createdAt":"1994-01-30T10:12:29.067Z","id":"integ_1srOrx2ZWZBpBUvZwXKQmoEYga2","name":"Example Integration","updatedAt":"1977-06-26T12:10:32.168Z"}],"done":false,"iterator":"iterator","prevIterator":"-iterator"}