POST GET linkedAccounts/lookup
Get full details of a linked account
* required
Parameters
| Name | Type | Description |
|---|---|---|
| linkedAccountID * | integer | Unique ID of a linked account |
Response Data
Returns a fully populated linked account object
| Name | Type | Description |
|---|---|---|
| channelName | string | Name of the channel the linked account belongs to (e.g. Facebook, LinkedIn, Instagram...) |
| dateAdded | datetime | Date the linked account was added |
| externalAccountID | string | ID of the linked account in its respective channel |
| externalAccountName | string | Name of the linked account in its respective channel |
| linkedAccountID | integer | Unique ID of the linked account |
| name | string | User-defined friendly name of the linked account |
| status | string | One of: Active, Inactive |
| userID | integer | ID of the system user the linked account belongs to |
Permissions
Method requires the Connections Admin permission
API Console
The console uses production data, so BE CAREFUL!
GET
linkedAccounts/lookup