- Setup
- Scopes
- Troubleshooting
What You'll Need
| Credential | What it is |
|---|---|
| Access Token | Non-expiring token from your Miro Developer Portal app |
| Organization ID | Numeric org ID from Company Settings (Enterprise only) |
Overview
Connect Parable to Miro using a non-expiring access token. Parable ingests boards, all board items (sticky notes, shapes, cards, frames, and more), board members, tags, groups, connectors, and — on Enterprise plans — organization members, teams, and audit logs.Board data
Boards, items, members, tags, groups, and connectors
Activity & admin
Audit logs and organization/team membership (Enterprise)
Prerequisites
Dedicated app required. Create a Miro app specifically for Parable in the Developer Portal. The non-expiring token option must be selected at app creation time — it cannot be changed later.
- A Miro account on any paid plan (Starter, Business, or Enterprise).
- Enterprise-gated taps (
audit_logs,organization_members,organization_teams,team_members) additionally require an Enterprise plan and your organization ID.
Setup Guide
Open the Miro Developer Portal
- Sign in to Miro.
- Go to miro.com/app/settings/user-profile/apps.
- Click Create new app.
Configure the app
- Enter an app name such as
Parable Platform. - Select your workspace team.
- Under Token expiration, select Non-expiring (this option cannot be changed after creation).
- Click Create app.
Set app permissions (scopes)
In your app settings, enable the following permissions:
Click Save after selecting permissions.
| Scope | Purpose |
|---|---|
boards:read | Read all board data (required) |
identity:read | Token validation |
team:read | Team information |
auditlogs:read | Audit logs — Enterprise only |
organizations:read | Organization members — Enterprise only |
organizations:teams:read | Organization teams — Enterprise only |
Copy the access token
- In your app settings, scroll to the App credentials section.
- Copy the Access token.
Find your Organization ID (Enterprise)
Required for Enterprise-gated taps:
audit_logs, organization_members, organization_teams, and team_members. Skip this step if you are not on an Enterprise plan.- Sign in to Miro as a company admin.
- Open Settings (profile menu) > Company Settings > Security > Audit log.
- On the Audit log page, copy your Organization ID (a numeric value, typically 10-25 digits).
- Keep this value for the Parable connector form.
Without a valid Organization ID, Enterprise taps are skipped during sync. Board-level taps still run.
Connect in Parable
- In Parable, open Settings > Connectors > Add connector.
- Select Miro.
- Paste your access token into the Token field.
- (Enterprise) Paste your Organization ID from the previous step.
- Click Save & verify.
Success! If you received a
200 OK response with valid data, your credentials are configured correctly. You can now proceed to configure this connector in Parable.Additional Resources
Miro REST API Quickstart
Official guide for creating a developer app and obtaining an access token