n8n-docs/docs/integrations/credentials/beeminder.md
2022-04-13 09:56:05 +01:00

27 lines
1.1 KiB
Markdown

# Beeminder
You can use these credentials to authenticate the following nodes with Beeminder.
- [Beeminder](/integrations/nodes/n8n-nodes-base.beeminder/)
## Prerequisites
Create a [Beeminder](https://Beeminder.io/account) account.
## Using API Key
1. Open your [Beeminder dashboard](https://beeminder.com/home).
2. Click on your avatar at the top-right corner.
3. Select 'ACCOUNT SETTINGS' from the dropdown list.
4. Scroll up and click on the ***APPS & API*** tab.
5. Copy the ***Auth Token*** displayed in the ***API*** section.
6. Enter the name for your credentials in the ***Credentials Name*** field in the 'Beeminder API' credentials in n8n.
7. Enter your username in the ***User*** field.
8. Paste the Auth Token in the ***Auth Token*** field.
9. Click on the ***Save*** button to save your credentials.
The following video demonstrates the steps mentioned above.
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/nBrZAyBx9mA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>