List packages
Retrieve a paginated list of proxy packages accessible to the API key. If the key is restricted to specific packages, only those are returned. Use cursor-based pagination: pass the next_cursor value from one response as the cursor parameter of the next request until has_more is false. Traffic values are in bytes.
Requires the proxy:packages:read scope.
Authorizations
API key secret (starts with s_live_). Create keys in the dashboard under Settings → API keys, or via POST /v1/api-keys/. Send it as Authorization: Bearer <secret>.
Query Parameters
Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.
Number of packages per page (1–100).
1 <= x <= 100Filter by package status. A single value only — comma-separated lists are rejected with 400.
active, deleted, limited, paused, suspended