Baserow credentials#
You can use these credentials to authenticate the following node:
Prerequisites#
Create a Baserow account on any hosted Baserow instance or a self-hosted instance.
Supported authentication methods#
- Basic auth
- Token
Related resources#
Refer to Baserow's documentation for more information about the service.
Refer to Baserow's auto-generated API documentation for more information about the API specifically.
Using basic auth#
To configure this credential, you'll need:
- Your Baserow Host
- A Username and Password to log in with
Follow these steps:
- Enter the Host for the Baserow instance:
- For a Baserow-hosted instance: leave as
https://api.baserow.io
. - For a self-hosted instance: set to your self-hosted instance API URL.
- For a Baserow-hosted instance: leave as
- Enter the Username for the user account n8n should use.
- Enter the Password for that user account.
Refer to Baserow's API Authentication documentation for information on creating user accounts.
Using token#
To configure the database token, you'll need:
- Your Baserow Host
- A Username and Password to log in with
Creating the token:
- In Baserow, you must login with your username and password.
- Can click on the workspace in the top left corner
- Then on "My settings"
- And in the opened modal on "Database token".
- Create a new token from there.
Follow these steps:
- Enter the Host for the Baserow instance:
- For a Baserow-hosted instance: leave as
https://api.baserow.io
. - For a self-hosted instance: set to your self-hosted instance API URL.
- For a Baserow-hosted instance: leave as
- Enter the Token for the token that n8n should use.
This page was