✏️ For comprehensive admin docs with details and further information on the Miro + Looker Integration, please refer to the Looker admin documentation.
To set up a Looker integration with Miro, you must register the OAuth app in Looker.
Prerequisites
- Ensure that a Company admin has approved Looker for your Miro organization.
Register OAuth app in Looker
- 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.
- A menu opens where you can add Request data.
Add the following values:
- client_guid:15609152-a12a-4fa1-b364-337e7896d25d
- body:{ "redirect_uri": "https://integrations.miro.com/api/contenthub/public/oauth/callback", "display_name": "Miro", "description": "Miro Looker Integration", "enabled": true, "group_id": "" }
- Select I understand that this API endpoint will change data.
- Select Run.
- A successful run returns the body with a HTTP 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.
- 💡 If the returned body includes
You have successfully set up a Looker integration with Miro.
More information
- See Looker API Reference (External).