Get account-level CRM data cached for the current CRM account
GET /accountData
Returns account-level CRM metadata (e.g. Pipedrive activity types) registered by the connector's accountData descriptor table. Values are cached per (rcAccountId, platform, dataKey) with a lazy TTL refresh; pass forceRefresh=true to bypass the cache. Unknown keys return 400.
Operation ID: getAccountData
Authorization: BEARER or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
keys |
query | string | Yes | Comma-separated connector-registered account data keys to fetch (e.g. activityTypes). |
forceRefresh |
query | boolean | No | Bypass the cached value and refetch from the CRM before returning. |
Responses
| Status | Description | Body |
|---|---|---|
200 |
Requested account data keyed by data key. | object |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |
401 |
The user session is expired or revoked. | ErrorResponse, string |