Get Accounts
Retrieves a list of accounts. Use Supabase query parameters for filtering (e.g.,id=eq.value
, username=ilike.%pattern%
), sorting (order=column.asc
), selecting specific columns (select=column1,column2
), and pagination (limit=N
, offset=N
).
Example Usage
Authorizations
Supabase API Key (anon or service_role)
Headers
Supabase API Key (anon or service_role)
Bearer token for authentication (same as apikey)
Query Parameters
Comma-separated list of fields to select (e.g., id,username,name)
Order results (e.g., created_at.desc)
Maximum number of results to return
Number of results to skip
Response
List of accounts
"f7a12b39-1234-5678-abcd-0123456789ab"
The ID of the user who owns this account.
"53fd91a2-4321-5678-efgh-0123456789cd"
The OnlyFans username associated with this account.
"creator_account"
The display name (often same as username initially).
"Creator Name"
"2023-01-15T10:00:00Z"
"2023-02-20T15:30:00Z"
User agent string captured from the extension.
"Mozilla/5.0 (Windows NT 10.0; Win64; x64)..."
Browser cookies captured from the extension.
{ "sess": "...", "auth_id": "..." }
Browser localStorage captured from the extension.
{ "key": "value" }
Browser sessionStorage captured from the extension.
{ "key": "value" }
Unique identifier from the proxy provider (e.g., Webshare ID).
"ws_proxy_12345"
IP address or hostname of the assigned proxy.
"1.2.3.4"
Port number of the assigned proxy.
8080
Username for proxy authentication.
"proxy_user"
ISO country code of the proxy.
"US"
Timestamp when the proxy was assigned.
"2023-09-15T14:32:45Z"
Proxy configuration mode.
auto
, manual
, none
"auto"
Whether the proxy configuration is active.
true
User's preferred country code for auto-assignment.
"DE"