mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.4 KiB
1.4 KiB
| title | description | contentType |
|---|---|---|
| Baserow credentials | Documentation for Baserow credentials. Use these credentials to authenticate Baserow in n8n, a workflow automation platform. | integration |
Baserow credentials
You can use these credentials to authenticate the following node:
Prerequisites
Create a Baserow{:target=_blank .external-link} account on any hosted Baserow instance or a self-hosted instance.
Supported authentication methods
- Basic auth
Related resources
Refer to Baserow's documentation{:target=_blank .external-link} for more information about the service.
Refer to Baserow's auto-generated API documentation{:target=_blank .external-link} for more information about the API specifically.
Using basic auth
To configure this credential, you'll need:
- The Host
- 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
- A Username for the user account
- A Password for the user account
Refer to Baserow's API Authentication documentation for information on creating user accounts.