Skip to main content
POST
Get Proxy User List Options

Authorizations

X-API-Private-Key
string
header
required

Private API key for user-level authentication.

X-API-Public-Key
string
header
required

Public API key for user-level authentication.

Headers

Content-Type
string
default:application/json
required

Content type for the request body as application/json.

Body

application/json
proxy_ids
string<uuid>[]

List of proxy UUIDs to check access against. Either proxy_ids or search_filter must be provided, but not both.

Example:
search_filter
object

Search filter object to find proxies (same format as /proxy/list_by_search endpoint). Either proxy_ids or search_filter must be provided, but not both.

Example:

Response

Successfully retrieved proxy user list options.

data
object[]

List of proxy users with access information.

message
string

Success message.

Example:

"Proxy user list options successfully retrieved."