List app interfaces
Lists a connector app’s interfaces. The app must be installed by the caller’s company. Interfaces are fetched live from the connector’s server, so this call can be slow or fail if the connector is unavailable.
Each interface carries the JSON Schema of its quick settings (schema), used as the quick_settings
object when configuring a connection to the interface, and its collaboration policy (policy), the
metaschema dataset schemas are validated against. Interface ids match those returned by
GET /datasets/{dataset_id}/interfaces.
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.
Path Parameters
the app id
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

