Get Account Details
Account
Get Account Details
Retrieve detailed information about a specific platform account
GET
Get Account Details
This endpoint retrieves detailed information about a specific platform account using its hash ID.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
The unique identifier (hash) of the account. Example:
d3e97f2cd33658f301bdbe807402ab30Response Field Explanations
Unique account identifier. Example:
"d3e97f2cd33658f301bdbe807402ab30"Always “account”. Example:
"account"Platform username. Example:
"hashamxcom"Account creation timestamp (ISO 8601). Example:
"2024-03-08T15:15:53Z"Last successful sync timestamp. Example:
"2024-12-16T10:28:43Z"HTTP status code indicating account health. Example:
"200"Status information keyword. Example:
"synchronized"Human-readable status message. Example:
"Success!"Account type identifier. Example:
"twitter-sync"Account parameters with default and user-specific settings. Example:
{"default": {}, "user": {}}Last update timestamp. Example:
nullReference to account type definition. Example:
"9853173fc00a940a33d7a420c176ad3b"Array of squids currently using this account. Example:
[{"name": "Twitter Scraper", "hash_value": "fcd3..."}]Platform base URL. Example:
"https://x.com"Required cookie specifications. Example:
[{"name": "auth_token", "required": true}]Base64 encoded platform icon. Example:
"<base64 image data>"The params object contains both default limits and current user-configured values, useful for understanding account usage.
Code Examples
Response
200
401
404