GET
/v1/accounts/{account_hash}Get Account Details
Retrieve detailed information about a specific platform accountThis endpoint retrieves detailed information about a specific platform account using its hash ID.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Response Field Explanations
id
string
Example: d3e97f2cd33658f301bdbe807402ab30
object
string
Example: account
username
string
Example: hashamxcom
created_at
string
Example: 2024-03-08T15:15:53Z
last_synchronization_time
string
Example: 2024-12-16T10:28:43Z
status
string
Example: 200
status_code_info
string
Example: synchronized
status_code_description
string
Example: Success!
type
string
Example: twitter-sync
params
object
Example: {default: {}, user: {}}
updated_at
stringnull
Example: null
account_type_hash
string
Example: 9853173fc00a940a33d7a420c176ad3b
squids
array
Example: [{name: Twitter Scraper, hash_value: fcd3...}]
baseurl
string
Example: https://x.com
cookies
array
Example: [{name: auth_token, required: true}]
icon
string
Example: <base64 image data>
Parameters
account_hashstring
RequiredExample:
d3e97f2cd33658f301bdbe807402ab30Pro Tip
Check the squids array to see which squids are using this account before deleting or updating it.
Warning
Monitor the status field regularly. A status of 429 or 401 indicates cookie expiration and requires re-synchronization.
Note
The params object contains both default limits and current user-configured values, useful for understanding account usage.