Settings
Update account proxy
Update or remove the proxy for an account. Set to null to remove.
Update or remove the proxy for an account. Set to null to remove.
Guide: Cached reads
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Path Parameters
of_user_id*string
Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/accounts/string/proxy" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "proxy": "string", "success": true}