ConnectedAccountsResponse__v2
Fields
| Name | Type | Required | Description |
|---|---|---|---|
data | object | optional | |
data.connectedAccountsInfo | object | optional | |
data.connectedAccountsInfo.pageInfo | object | optional | |
data.connectedAccountsInfo.pageInfo.hasNextPage | boolean | optional | Indicates if there are more pages available |
data.connectedAccountsInfo.pageInfo.hasPreviousPage | boolean | optional | Indicates if there are previous pages available |
data.connectedAccountsInfo.pageInfo.totalPages | integer | optional | Total number of pages available |
data.connectedAccountsInfo.pageInfo.totalRecords | integer | optional | Total number of records across all pages |
data.connectedAccountsInfo.records | array of object | optional | |
data.connectedAccountsInfo.records[].connectedAccountId | string | optional | Unique identifier of the connected account |
data.connectedAccountsInfo.records[].connectedAccountType | string | optional | Type of the connected accountGoogleAccountFacebookAccount |
data.connectedAccountsInfo.records[].connectedLocationsCount | integer | optional | Number of locations connected with this account |
data.connectedAccountsInfo.records[].connectivityIssue | string | optional | Type of connectivity issue if any:
|
data.connectedAccountsInfo.records[].email | string | optional | Email address associated with the connected account |
data.connectedAccountsInfo.records[].lastFetchMatchesRequestedAt | string | optional | Timestamp of the last matches request |
data.connectedAccountsInfo.records[].requestMatches | boolean | optional | Indicates if the account can trigger matches |
data.connectedAccountsInfo.records[].requestMatchesStatus | string | optional | Status of the last request matches triggered |
data.connectedAccountsInfo.records[].status | string | optional | Current connection statusCONNECTEDConnectionIssue |
data.connectedAccountsInfo.records[].remarks | string | optional | Additional information about account status or errors |