Updates proxy preferences 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 | Invalid request body (e.g., no preferences provided, invalid country code format). |
| 401 | Authentication token is missing or invalid. |
| 404 | The specified accountId does not exist. |
| 500 | An internal server error occurred during the database update. |
proxy_is_active to false is a non-destructive way to disable the proxy temporarily.proxy_region_preference should be a valid ISO 3166-1 alpha-2 country code.Standard user JWT token for authentication.
Bearer token for authentication (JWT)
The unique identifier of the OnlyFans account.
Preferred ISO country code for auto-assignment (e.g., 'DE', 'US', null for any).
"DE"
Preferred city within the chosen country (or null for any).
"Berlin"
Set to false to temporarily disable proxy usage, true to enable.
true