List Connect Webviews
Returns a list of all Connect Webviews.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Customer key for which you want to list connect webviews.
1Your user ID for the user by which you want to filter Connect Webviews.
1Custom metadata pairs by which you want to filter Connect Webviews. Returns Connect Webviews with custom_metadata that contains all of the provided key:value pairs. Key names cannot contain a period (.). Specify null to match a key that is unset. A key given an empty string is omitted from the filter.
String for which to search. Filters returned Connect Webviews to include all records that satisfy a partial match using connect_webview_id, accepted_providers, custom_metadata, or customer_key.
1Maximum number of records to return per page.
Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.