# Seafile

## Seafile Authentication

Please note that on any request to obtain an **API-token via username and password**, you must perform it against the domain of your Seafile account, e.g. `https://seafile.your-company-domain.cloud/` where \`your-company-domain\` is the unique path of your organization's folder.

All [details are outlined](https://download.seafile.com/published/web-api/home.md) here. So on a request like

```
curl -d "username=username@example.com&password=123456" https://cloud.seafile.com/api2/auth-token/
```

please replace \`[https://cloud.seafile.com\`](https://cloud.seafile.com`/) with the unique path of your organization, if you have one.

[Locoia ConnectorAuth general docs](https://docs.locoia.com/connectors/authentication/setting-up-authentication)

[Overview of Seafile](https://www.locoia.com/connector/seafile-integration)
