v2
latestOpenAPI 3.1.02026-07-312303692.4 MBConnector
List Connectors
List all connectors for an application.
get/api/v1/connector
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:trtmpl_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
product_type'Dispatch' | 'Stream'
Response
Example response
{
"data": [
{
"id": "trtmpl_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"orgId": "org_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"uid": "unique-identifier",
"allowedEventTypes": [
"user.signup",
"user.deleted"
],
"featureFlags": [
"cool-new-feature"
]
}
],
"iterator": "iterator",
"prevIterator": "-iterator"
}