|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Miro > Connector Parameters Authentication |
URL to the Miro API endpoint
Technical Name |
server_url |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
https://api.miro.com |
The base URL for the Miro API. Defaults to https://api.miro.com if not specified
The client ID of the OAuth2 application credentials
Technical Name |
client_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
3074457345618258319 |
The OAuth2 client ID obtained from your Miro app settings. Required for authentication.
The client secret of the OAuth2 application credentials
Technical Name |
client_secret |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
abc123def456ghi789 |
The OAuth2 client secret obtained from your Miro app settings. Required for authentication.
Miro organization ID for which enterprise data will be fetched
Technical Name |
organization_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
3074457354418258319 |
The unique identifier of the Miro organization. Required for fetching team members, organization members, and audit logs.
OAuth2 refresh token for token renewal (optional)
Technical Name |
refresh_token |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
xyz789abc123def456 |
Optional OAuth2 refresh token. If provided, will be used to obtain access tokens instead of client credentials flow.
Pre-existing OAuth2 access token (optional)
Technical Name |
access_token |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
Bearer_token_example_12345 |
Optional pre-existing access token. If provided, authentication flow will be skipped. Token must have sufficient scopes for all required operations.