Key | Description | Sample Value | Required |
---|---|---|---|
accounts | Comma-separated list of account IDs. Required if syncing accounts or account_users streams. | "id1, id2, id3" | Required (conditional) |
access_token | Access token for authentication. | def789... | ✅ |
request_timeout | Timeout (in seconds) for API requests. | 300 | |
start_date | Fetch data newer than this start_date . Format: ISO8601 (YYYY-MM-DDTHH:MM:SSZ ). | 2023-01-01T00:00:00Z | ✅ |
user_agent | User agent string (usually your email address). | your_email@your_domain.com | ✅ |
access_token
, you can also use the following OAuth credentials:
Key | Description | Sample Value | Required |
---|---|---|---|
client_id | OAuth client ID. | abc123... | ✅ |
client_secret | OAuth client secret. | xyz456... | ✅ |
refresh_token | OAuth refresh token. | def789... | ✅ |
access_token
access_token
.