Get Customer AnalyticsAsk AIget https://api.prahsys.com/payments/n1/organization/{organizationId}/analytics/customersPath ParamsorganizationIdstringrequiredThe organization IDQuery ParamsforLaststringThe period to calculate analytics for relative to the current time. Options: 1h, 24h, 7d, 30d, 3mo, 6mo, 1yintervalstringrequiredThe interval size to calculate analytics for. Defaults to 'day'. Options: hour, day, week, month, yearperiodStartstringThe start time of the period to calculate analytics for (cannot be used in combination with forLast param). Example: ?periodStart=2025-05-29periodEndstringThe end time of the period to calculate analytics for (cannot be used in combination with forLast param). Example: ?periodEnd=2025-05-30filter[*]stringrequiredFilter the customer analytics by attribute(s). Scopes: Filter by specific conditions defined in the model. NOTE: either merchantId or channelPartnerId must be provided in the query filters. Allowed scopes: merchantId, channelPartnerId Example: ?filter[merchantId]=123456 Example: ?filter[merchantId]=123456,789012 (multiple merchant IDs) Example: ?filter[channelPartnerId]=123456 HeadersX-Prahsys-VersionstringResponse 200Response containing customer analytics dataUpdated about 2 months ago