Integration
List Integrations
List the application's integrations.
get/api/v1/app/{app_id}/integration
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
Query parameters
limitinteger
Limit the number of returned items
Limit the number of returned items
iteratorstring nullable
The iterator returned from a prior invocation
Example:integ_1srOrx2ZWZBpBUvZwXKQmoEYga2
The iterator returned from a prior invocation
order'ascending' | 'descending'
Defines the ordering in a listing of results.
The sorting order of the returned items
Response
Example response
{
"data": [
{
"featureFlags": [],
"id": "integ_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"name": "Example Integration"
}
],
"iterator": "iterator",
"prevIterator": "-iterator"
}Changes
No recorded changes to this endpoint across all 5 revisions of this API.