v1

latestOpenAPI 3.1.12026-07-2682224.4 KB

List connection configs

Returns a paginated list of proxy connection configurations for the authenticated account, with support for sorting and ordering.

get/client/v1/proxy-connection/get-list

Query parameters

limitinteger

Maximum number of items to return per page.

pageinteger

Requested page number (1-based). Default: 1

sort_bystring

Field to sort by: 'id', 'start_port', 'end_port', 'created_at', 'updated_at'. Default: start_port

order_bystring

Sort order: desc or asc. Default: desc

Response

Successful response

successboolean

Indicates whether the request was successful.

messagestring

Human-readable response message.