/
PR
proxiware
/
Proxiware API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 3d ago
Details
Filter operations
Account
2
Billing
4
Metered Proxies
6
Static Proxies
6
Sub-Users
7
Unlimited Residential
4
get
List plans
post
Purchase a plan
get
Get active subscription
patch
Toggle auto-renewal
Unlimited Residential
Purchase a plan
post
/unlimited/purchase
Request body
object
required
plan_id
integer
required
ID of the plan from GET /unlimited/plans
pay_with_credit
boolean
Response
Invoice created
Invoice
required
id
integer
description
string
status
'new'
|
'paid'
|
'failed'
|
'cancelled'
total
number
float
due_date
integer
Unix timestamp (UTC)
created_at
integer
items
InvoiceItem[]
Changes