Check Sync Status
Account
Check Sync Status
Monitor the synchronization status of a cookie update task
GET
Check Sync Status
This endpoint checks the synchronization status of a cookie update task using its hash ID. Use this to monitor whether your account cookies have been successfully synchronized.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
string
required
The synchronization task ID returned from Sync Account or Refresh Cookies. Example:
75bed0d425c4bc1912a17fe9fc4dd2a1Response Field Explanations
string
Synchronization task identifier. Example:
"75bed0d425c4bc1912a17fe9fc4dd2a1"string
Always “synchronize-cookies”. Example:
"synchronize-cookies"integer
Task status code (100=created, 120=synchronizing, 200=synchronized). Example:
200string
Human-readable status. Example:
"synchronized"string
Hash of the created/updated account. Example:
"84efd37ebd21c0f232826b7763b403d3"Once status_code is 200, use the returned account_hash to access the synchronized account with Get Account Details.
Code Examples
Response
120
200
404