---
title: "Mapp Intelligence: New Analytics API Domains"
slug: "mapp-intelligence-new-analytics-api-domains"
status: "update"
updated: 2026-07-09T09:47:50Z
published: 2026-07-09T09:47:50Z
canonical: "docs.mapp.com/mapp-intelligence-new-analytics-api-domains"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mapp Intelligence: New Analytics API Domains

The Mapp Intelligence Analytics API now uses new domains. API requests go to `api.mapp.com` under the base path `/api/analytics` — for example, `GET api.mapp.com/api/analytics/segments`. Authentication is handled separately through the token endpoint `https://auth.mapp.com/oauth2/token`.

Existing endpoints remain available and redirect automatically to the new domains. API responses, such as the URL used to retrieve a report result, reference the new domains regardless of whether you called the old or new endpoint. Existing Client IDs and Secrets have been migrated automatically and continue to work without any action.

> [!WARNING]
> Warning
> 
> If you restrict outbound traffic by host, allow `api.mapp.com` and `auth.mapp.com` on your network. Because API responses point to the new domains, integrations that only permit the previous domain may fail to retrieve results, even though the original request still succeeds.

To keep your integrations working long-term, update them to use `api.mapp.com` and `auth.mapp.com`.

## Availability

Available now.

### Related Articles

- [Intelligence Analytics API](https://docs.mapp.com/apidocs/analytics-api)
- [Intelligence Analytics API Authentification](https://docs.mapp.com/apidocs/how-to-grant-access-to-the-intelligence-analytics-api)
- [Mapp Cloud: Centralized API Client Management](https://docs.mapp.com/docs/en/mapp-cloud-centralized-api-client-management)
