Refresh Cookies
Account
Refresh Cookies
Update and re-synchronize cookies for an existing account
POST
Refresh Cookies
This endpoint updates and synchronizes cookies for an existing account using its account hash. Use this when your account cookies have expired or need to be refreshed.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYMust be application/json. Value:
application/jsonRequest Body
Existing account hash to update. Example:
"abfeb440ceccdfab974e8d261836c9d6"Account type identifier. Example:
"twitter-sync"Object containing updated cookie name-value pairs. Example:
{"auth_token": "...", "ct0": "..."}Response Field Explanations
Synchronization task identifier. Example:
"7966b678b6b63ef599deeea99cb2b219"Always “synchronize-cookies”. Example:
"synchronize-cookies"Task status code (100 = created). Example:
100Human-readable status. Example:
"created"Refreshing cookies preserves all account settings and limits. You don’t need to reconfigure the account after refresh.
Code Examples
Response
200
400
404