Kintone
Steps and required credentials to connect Kintone to Squadbase
Kintone supports two connection methods: Username / Password and API Token.
Connecting with Username / Password
Required Information
| Field | Description |
|---|---|
| Kintone Base URL | The base URL for accessing your Kintone environment (e.g., https://yourcompany.cybozu.com). |
| Kintone Username | The user ID used to log in to Kintone. |
| Kintone Password | The login password for that user. |
How to Obtain
Kintone Base URL
Log in to Kintone and check the browser address bar. Copy the portion before /k/.
Example: If the address bar shows https://yourcompany.cybozu.com/k/#/portal, the Base URL is https://yourcompany.cybozu.com.
Kintone Username / Password
Use the username and password you use to log in to Kintone.
Connecting with API Token
Required Information
| Field | Description |
|---|---|
| kintone Base URL | The base URL of your kintone environment (e.g., https://example.cybozu.com). |
| kintone API Token | The API token for authentication. Generated per app in kintone settings. |
| kintone App ID | The numeric ID of the kintone app. Visible in the app URL: https://{subdomain}.cybozu.com/k/{appId}/. |
How to Obtain
kintone Base URL
Same as above — copy the portion of the browser URL before /k/.
kintone API Token
Open App settings
Open the kintone app you want to connect, then click the gear icon in the upper right and select App settings.
Navigate to API token
Under the Customization and integration section, click API token.
Generate a token
Click Generate to create a new API token. Set the required permissions (at minimum, View records), then click Save. Copy the generated token.
kintone App ID
Open the app in your browser. The App ID is the number shown in the URL:
https://{subdomain}.cybozu.com/k/{AppID}/Example: If the URL is https://example.cybozu.com/k/5/, the App ID is 5.