Reports and potentially handles a proxy failure for the specified account.
curl or a similar tool with a valid, current user JWT obtained from your browser’s session after logging in.curl, you need the JWT access token stored by Supabase Auth in your browser.
http://localhost:3000 or https://onlyautomator.com).sb-access-token (the exact name might vary slightly based on Supabase configuration).Authorization: Bearer <your_copied_token> header for your curl or other API tool requests.| Status Code | Description |
|---|---|
| 400 | Missing or invalid accountId. |
| 401 | Authentication token is missing or invalid. |
| 404 | The specified accountId does not exist. |
| 500 | An internal server error occurred during failure logging or the re-assignment process (if attempted). The error message in the response might provide more details. |
autoReassign is true (the default), this endpoint triggers the proxy assignment logic to find a replacement.proxy_region_preference if set.reassigned: false and may include an error message (often in a 500 response).Standard user JWT token for authentication.
Bearer token for authentication (JWT)
The unique identifier of the OnlyFans account.