GET
/v1/synchronize/{sync_task_id}Check Sync Status
Monitor the synchronization status of a cookie update taskThis 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
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Response Field Explanations
id
string
Example: 75bed0d425c4bc1912a17fe9fc4dd2a1
object
string
Example: synchronize-cookies
status_code
integer
Example: 200
status_text
string
Example: synchronized
account_hash
string
Example: 84efd37ebd21c0f232826b7763b403d3
Parameters
sync_task_idstring
RequiredExample:
75bed0d425c4bc1912a17fe9fc4dd2a1Pro Tip
Poll this endpoint every few seconds after initiating a sync until status_code reaches 200 (synchronized) or an error state.
Note
Once status_code is 200, use the returned account_hash to access the synchronized account with Get Account Details.
Warning
If synchronization remains at status_code 120 for more than 30 seconds, the cookies may be invalid. Try re-syncing with fresh cookies.