Skip to content

Baserow 凭据#

¥Baserow credentials

你可以使用以下凭据验证以下节点:

¥You can use these credentials to authenticate the following node:

先决条件#

¥Prerequisites

在任何托管的 Baserow 实例或自托管实例上创建 Baserow 账户。

¥Create a Baserow account on any hosted Baserow instance or a self-hosted instance.

支持的身份验证方法#

¥Supported authentication methods

  • 基本身份验证

¥Basic auth

相关资源#

¥Related resources

有关服务的更多信息,请参阅 Baserow 的文档

¥Refer to Baserow's documentation for more information about the service.

有关 API 的更多信息,请参阅 Baserow 自动生成的 API 文档

¥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:

  • 你的 Baserow 主机

¥Your Baserow Host

  • 用于登录的用户名和密码。

¥A Username and Password to log in with

请按照以下步骤操作:

¥Follow these steps:

  1. 输入 Baserow 实例的主机名:

¥Enter the Host for the Baserow instance:

  • Baserow 托管实例:保留为 https://api.baserow.io

    ¥For a Baserow-hosted instance: leave as https://api.baserow.io.

  • 自托管实例:设置为你自托管实例的 API URL。

    ¥For a self-hosted instance: set to your self-hosted instance API URL. 2. 输入 n8n 应使用的用户账户的用户名。

¥Enter the Username for the user account n8n should use. 3. 输入该用户账户的密码。

¥Enter the Password for that user account.

请参阅 Baserow 的 API 身份验证文档 以了解如何创建用户账户。

¥Refer to Baserow's API Authentication documentation for information on creating user accounts.