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

{&quot;data&quot;:[{&quot;createdAt&quot;:&quot;1986-03-11T10:39:43.789Z&quot;,&quot;id&quot;:&quot;integ_1srOrx2ZWZBpBUvZwXKQmoEYga2&quot;,&quot;name&quot;:&quot;Example Integration&quot;,&quot;updatedAt&quot;:&quot;1951-02-25T15:29:19.899Z&quot;},{&quot;createdAt&quot;:&quot;1994-01-30T10:12:29.067Z&quot;,&quot;id&quot;:&quot;integ_1srOrx2ZWZBpBUvZwXKQmoEYga2&quot;,&quot;name&quot;:&quot;Example Integration&quot;,&quot;updatedAt&quot;:&quot;1977-06-26T12:10:32.168Z&quot;}],&quot;done&quot;:false,&quot;iterator&quot;:&quot;iterator&quot;,&quot;prevIterator&quot;:&quot;-iterator&quot;}