Skip to main content
GET
Get Account Details
This endpoint retrieves detailed information about a specific platform account using its hash ID.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

string
required
The unique identifier (hash) of the account. Example: d3e97f2cd33658f301bdbe807402ab30

Response Field Explanations

string
Unique account identifier. Example: "d3e97f2cd33658f301bdbe807402ab30"
string
Always “account”. Example: "account"
string
Platform username. Example: "hashamxcom"
string
Account creation timestamp (ISO 8601). Example: "2024-03-08T15:15:53Z"
string
Last successful sync timestamp. Example: "2024-12-16T10:28:43Z"
string
HTTP status code indicating account health. Example: "200"
string
Status information keyword. Example: "synchronized"
string
Human-readable status message. Example: "Success!"
string
Account type identifier. Example: "twitter-sync"
object
Account parameters with default and user-specific settings. Example: {"default": {}, "user": {}}
string | null
Last update timestamp. Example: null
string
Reference to account type definition. Example: "9853173fc00a940a33d7a420c176ad3b"
array
Array of squids currently using this account. Example: [{"name": "Twitter Scraper", "hash_value": "fcd3..."}]
string
Platform base URL. Example: "https://x.com"
array
Required cookie specifications. Example: [{"name": "auth_token", "required": true}]
string
Base64 encoded platform icon. Example: "<base64 image data>"
Check the squids array to see which squids are using this account before deleting or updating it.
Monitor the status field regularly. A status of 429 or 401 indicates cookie expiration and requires re-synchronization.
The params object contains both default limits and current user-configured values, useful for understanding account usage.

Code Examples

Response

200
401
404