Retrieves the proxy configuration for a specific OnlyFans account.
getDecryptedAccountProxyConfig) if the password is required server-side.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 parameter. |
| 401 | Authentication token is missing or invalid. |
| 404 | The specified accountId does not exist or has no proxy configuration. |
| 500 | An internal server error occurred while fetching the data. |
| 503 | Potentially relevant if a backend connectivity check fails during retrieval (though less common for GET). |
Standard user JWT token for authentication.
Bearer token for authentication (JWT)
The unique identifier of the OnlyFans account.