List Accounts
Account
List Accounts
Retrieve a paginated list of all connected platform accounts
GET
List Accounts
This endpoint retrieves a paginated list of all connected platform accounts (like Twitter, LinkedIn, Facebook) associated with the authenticated user.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYResponse Structure
Total number of accounts. Example:
2Maximum results per page. Example:
50Current page number. Example:
1Total number of pages. Example:
1Starting result index. Example:
1Ending result index. Example:
3Array of account objects. Example:
[...]URL for next page (null if last page). Example:
nullURL for previous page (null if first page). Example:
nullAccount Object Fields
Unique account identifier. Example:
"6e5f36d27502ec69fda745ec59ead509"Always “account”. Example:
"account"Platform username. Example:
"MisterDebugger"Account creation timestamp (ISO 8601). Example:
"2025-02-11T08:28:14Z"Last sync timestamp. Example:
"2025-02-11T08:28:14Z"HTTP status code. Example:
"200"Status information. Example:
"synchronized"Human-readable status message. Example:
"Success!"Account type identifier. Example:
"facebook-sync"Account parameters (default and user-specific). Example:
{"default": {}, "user": {}}Last update timestamp. Example:
nullAccount type identifier hash. Example:
"16f5b7f91e8fc533eab88be973273a02"Array of squids using this account. Example:
[]Platform base URL. Example:
"https://www.facebook.com"Required cookie names for authentication. Example:
[{"name": "c_user", "required": true}]Base64 encoded platform icon. Example:
"<base64 image data>"The squids array shows which squids are currently using each account, helping you manage account usage across your projects.
Code Examples
Response
200
401