This article explains how to set up a Looker integration in Miro.
How to set up a Looker integration
To set up a Looker integration with Miro, you must register the OAuth app in Looker.
- Ensure that a Company admin has approved OneDrive and Power BI for your Miro organization.
Follow these steps:
- In the Looker Marketplace, find and select API Explorer extension.
- Select Install.
- Go to Home > Applications > API extension.
- Find and select Register OAuth App.
- Select Run it.
A menu opens where you can add Request data. - Add the following values:
-
client_guid
15609152-a12a-4fa1-b364-337e7896d25d -
body
{
"redirect_uri": "https://miro.com/api/contenthub/public/oauth/callback",
"display_name": "Miro",
"description": "Miro Looker Integration",
"enabled": true,
"group_id": ""
}
-
fields
Leave empty.
-
client_guid
- Tick I understand that this API endpoint will change data.
-
Select Run.
A successful run returns the body with a 200 response code.💡 If the returned body includes "enabled":false, then run the Update OAuth App API with the same values as in step 6.
You have successfully set up a Looker integration with Miro.
More information: See Looker API Reference (External).
Validate your Looker integration
Copy and paste a link to your Miro board.
If the app is pre-approved by your Company admin, then follow the modal instructions on-screen. Miro adds your app content to the board as an iFrame.
If the app is not pre-approved, then the Add & allow modal opens and enables you to send a request to your Company admin. Send your request.
When your Company admin responds, you will receive a notification.
More information: See App management.