v1
latestOpenAPI 3.1.02026-07-246026.9 KBRetrieve Mobile App Users
Retrieve profile data for mobile app users. If start_date and end_date are provided, only users who installed the app within that date range are returned.
For faster response times, use narrow date ranges and request only the fields you need using the fields parameter.
Query parameters
The start of the date range filter (inclusive), based on app install date. Format: yyyy-mm-dd.
The end of the date range filter (inclusive), based on app install date. Format: yyyy-mm-dd.
The operating system to filter by (case-sensitive). Defaults to android if omitted.
A comma-separated list of fields to include in the response. If omitted, all available fields are returned. Available fields: firstSeen, email, uninstallTime, user_id, gcmId.
Headers
Required. Your AIQUA app ID.
Required. Your AIQUA API token. Must start with "Token".
Response
Success