List installed app interfaces
Lists the interfaces of every connector app installed by the caller’s company. Each record carries the
app_id of the app that owns it. Interfaces are fetched live from each connector’s server, so this call
can be slow or fail if a connector is unavailable.
The optional tags query parameter restricts results to interfaces whose metadata tags intersect the
supplied set (case-insensitive, OR semantics). When omitted, every interface is returned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Restrict results to interfaces whose metadata tags include at least one of the supplied values.
Repeat the parameter to pass multiple tags (e.g. ?tags=audience_delivery). Matching is
case-insensitive.
Response
OK

