You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`baseIterableRequest`](#baseiterablerequest)| Executes a custom API request to Iterable, using an extended request configuration for validation and optional features. Valid for web API keys and their supported endpoints only. [Learn more](https://support.iterable.com/hc/articles/360043464871-API-Keys#client-side-keys)|
97
98
|[`filterHiddenInAppMessages`](#filterhiddeninappmessages)| From an array of passed-in in-app messages, filters out messages that have already been read, messages that should not be displayed, and messages that only contain JSON data. |
98
99
|[`filterOnlyReadAndNeverTriggerMessages`](#filteronlyreadandnevertriggermessages)| From an array of passed-in in-app messages, filters out messages that have already been read and messages that should not be displayed. |
99
100
|[`getInAppMessages`](#getInAppMessages)| Fetches in-app messages by calling [`GET /api/inApp/getMessages`](https://support.iterable.com/hc/articles/204780579#get-api-inapp-getmessages). |
@@ -127,6 +128,37 @@ Notes:
127
128
automatically track `inAppClick` events or handle custom CTAs. This will impact
128
129
analytics for all Safari and mobile iOS users.
129
130
131
+
## `baseIterableRequest`
132
+
133
+
Executes a custom API request to Iterable, using an extended request configuration for validation and optional features. Valid for web API keys and their supported endpoints only. [Learn more](https://support.iterable.com/hc/articles/360043464871-API-Keys#client-side-keys)
0 commit comments