--- title: Miro credentials description: Documentation for the Miro credentials. Use these credentials to authenticate Miro in n8n, a workflow automation platform. contentType: [integration, reference] --- # Miro credentials ```{include} ../../../../_snippets/integrations/builtin/credentials/cred-only-statement.md ``` ## Prerequisites Create a [Miro](https://miro.com/) account. ## Supported authentication methods * OAuth2 ## Related resources Refer to [Miro's API documentation](https://developers.miro.com/reference/overview) for more information about the service. This is a credential-only node. Refer to [Custom API operations](/08-0-0-Workflow/integrations/custom-operations.md) to learn more. View [example workflows and related content](https://n8n.io/integrations/miro/) on n8n's website. ## Using OAuth2 To configure this credential, you'll need a [Miro](https://miro.com/login/) account and app, as well as: - A **Client ID**: Generated when you create a new OAuth2 application. - A **Client Secret**: Generated when you create a new OAuth2 application. Refer to [Miro's API documentation](https://developers.miro.com/reference/overview) for more information about authenticating to the service. ```{include} ../../../../_snippets/integrations/builtin/credentials/cloud-oauth-button.md ``` If you're [self-hosting](/08-0-0-Workflow/hosting/index.md) n8n, you'll need to [create an app](https://developers.miro.com/docs/rest-api-build-your-first-hello-world-app) to configure OAuth2. Refer to [Miro's OAuth documentation](https://developers.miro.com/docs/getting-started-with-oauth) for more information about setting up OAuth2.