--- id: miro-source title: Miro Source sidebar_label: Miro description: Learn how to configure the Miro Source Cloud-to-Cloud connector for Sumo Logic. slug: /help/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/miro-source/ canonical: https://www.sumologic.com/help/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/miro-source/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; Miro logo The Miro Source API integration ingests audit logs obtained from the [Audit log API](https://developers.miro.com/docs/rest-api-reference-guide#audit-logs). You will be able to collect audit logs activity from your Miro platform using our new Miro Cloud-to-Cloud Source connector. ## Data collected | Polling Interval | Data | | :--- | :--- | | 5 min | Audit Logs | ## Prerequisite To collect audit logs, you must have a Miro Enterprise account. ## Setup and Configuration In this configuration, you will set up a Miro source account with your Enterprise account and configure it to be authorized and authenticated to use audit logs from Miro API. Complete the following steps to get the credentials and enable the required scope: 1. Log into the [Miro](https://miro.com/login/) with an Enterprise account. 2. Create a [Developer team](https://miro.com/app/settings/user-profile/apps) in your Miro Enterprise account. Create team 3. Click **+Create new app** from [Your apps](https://miro.com/app/settings/user-profile/apps) page. Create new app 4. Provide **App Name** and **Select developer team for your app**. To enable the refresh token feature for your app, select the **Expire user authorization token** checkbox. Create app 5. After the app is created, go to the **Permissions** tab in app settings and select **auditlogs:read** checkbox to enable scope. Enable scope 6. To authorize the app, click **Install app to get OAuth token** and select your team from the dropdown. Install app 7. After the app is installed successfully, your access token and refresh token will be generated. See images below: **Access Token** Get access token **Access Token** and **Refresh Token** pair Get token pair 8. Copy the **Client ID** and **Client Secret** from the **App Credentials** page. Get credentials :::info Your **Client ID**, **Client Secret**, **Access Token** will be used as input in UI. However, **Refresh Token** will only be required if you have selected **Expire user authorization token** while creating the app. ::: :::info After configuring the Miro source, consider installing the Sumo Logic app for [Miro](/docs/integrations/saas-cloud/miro/) to visualize and analyze the collected data using prebuilt dashboards and monitor alerts. :::