Manually sets a proxy configuration 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 required fields (address, port, username, password) in request body or invalid format. |
| 400 | The provided proxy failed the connectivity check (reason specified in the error message). |
| 401 | Authentication token is missing or invalid. |
| 404 | The specified accountId does not exist. |
| 500 | An internal server error occurred (e.g., database update failed, password encryption failed). |
proxy_password is stored encrypted and is not returned in the response.proxy_mode to manual and ensures proxy_is_active is true.proxy_id from automatic assignment is cleared.Standard user JWT token for authentication.
Bearer token for authentication (JWT)
The unique identifier of the OnlyFans account.
"proxy.example.com"
8888
"manualUser"
"manualPass123"
Optional ISO country code (e.g., 'GB', 'US'). Primarily for display.
"GB"
Optional city name. Primarily for display.
"London"