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
string
required
Your API authentication token. Value:
Token YOUR_API_KEYResponse Structure
integer
Total number of accounts. Example:
2integer
Maximum results per page. Example:
50integer
Current page number. Example:
1integer
Total number of pages. Example:
1integer
Starting result index. Example:
1integer
Ending result index. Example:
3array
Array of account objects. Example:
[...]string | null
URL for next page (null if last page). Example:
nullstring | null
URL for previous page (null if first page). Example:
nullAccount Object Fields
string
Unique account identifier. Example:
"6e5f36d27502ec69fda745ec59ead509"string
Always “account”. Example:
"account"string
Platform username. Example:
"MisterDebugger"string
Account creation timestamp (ISO 8601). Example:
"2025-02-11T08:28:14Z"string
Last sync timestamp. Example:
"2025-02-11T08:28:14Z"string
HTTP status code. Example:
"200"string
Status information. Example:
"synchronized"string
Human-readable status message. Example:
"Success!"string
Account type identifier. Example:
"facebook-sync"object
Account parameters (default and user-specific). Example:
{"default": {}, "user": {}}string | null
Last update timestamp. Example:
nullstring
Account type identifier hash. Example:
"16f5b7f91e8fc533eab88be973273a02"array
Array of squids using this account. Example:
[]string
Platform base URL. Example:
"https://www.facebook.com"array
Required cookie names for authentication. Example:
[{"name": "c_user", "required": true}]string
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