# Integrations with OAuth 2.0

ThousandEyes provides secure OAuth 2.0 integrations across multiple Cisco platforms. This article outlines the required OAuth 2.0 API scopes for each integration.

## Cisco SD-WAN Manager

Cisco SD-WAN Manager is a Cisco platform that helps manage and monitor SD-WAN networks. With the ThousandEyes integration, it enhances visibility into the performance of SD-WAN networks. For more information on the Cisco SD-WAN Manager integration, see [Installing Enterprise Agents on Cisco Routers using the SD-WAN Manager ThousandEyes Workflow](https://docs.thousandeyes.com/product-documentation/global-vantage-points/enterprise-agents/installing/cisco-devices/installation-methods/installing-enterprise-agents-on-cisco-routers-using-sd-wan-manager-thousandeyes-workflow).

### Required API Scopes

| Scope               | Description                                                                                                                               |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `agents:manage`     | Allows you to manage your agents.                                                                                                         |
| `organization:read` | Allows access to view the organization's credentials, account groups, users, user activities, roles, permissions, usage data, and quotas. |
| `templates:deploy`  | Allows you to deploy your templates.                                                                                                      |
| `templates:manage`  | Allows you to manage your templates.                                                                                                      |
| `tests:manage`      | Allows you to manage your tests.                                                                                                          |

## Meraki

The Meraki integration into ThousandEyes allows you to view your Meraki local area network (LAN) data within your test’s path or segment visualizations. This helps you identify and resolve issues faster, with end-to-end visibility, no matter where the network path starts. For more information, see [Meraki for Data Enrichment](https://docs.thousandeyes.com/product-documentation/integration-guides/custom-built-integrations/meraki-data-enrichment).

### Required API Scopes

| Scope                    | Description                                                                                                                               |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `agents:manage`          | Allows you to manage your agents.                                                                                                         |
| `alerts:manage`          | Allows you to read your alerts.                                                                                                           |
| `endpoint-agents:manage` | Allows you to manage your endpoint agents.                                                                                                |
| `endpoint-tests:manage`  | Allows you to manage your endpoint tests and results.                                                                                     |
| `organization:read`      | Allows access to view the organization's credentials, account groups, users, user activities, roles, permissions, usage data, and quotas. |
| `tags:manage`            | Allows you to manage your tags and labels.                                                                                                |
| `tests:manage`           | Allows you to manage your tests.                                                                                                          |

## Splunk ThousandEyes App

The Cisco ThousandEyes App for Splunk enables organizations to collect, map, and visualize data from Cisco ThousandEyes within Splunk. Use it to monitor, troubleshoot, and optimize digital experiences from a single dashboard. For more information, see [Cisco ThousandEyes App for Splunk](https://docs.thousandeyes.com/product-documentation/integration-guides/custom-built-integrations/splunk-app).

### Required API Scopes

| Scope                 | Description                                                                                                                               |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `alerts:read`         | Allows you to read your alerts.                                                                                                           |
| `endpoint-tests:read` | Allows you to read your endpoint tests and result.                                                                                        |
| `organization:read`   | Allows access to view the organization's credentials, account groups, users, user activities, roles, permissions, usage data, and quotas. |
| `tests:read`          | Allows you to read your tests and result.                                                                                                 |
| `streams:manage`      | Allows you to manage your streams.                                                                                                        |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thousandeyes.com/product-documentation/user-management/authorization/oauth-overview/oauth-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
