Skip to main content
GET
/
public
/
user
/
proxy_user_acl
/
search
Search Proxy User ACLs
curl --request GET \
  --url https://api.pingproxies.com/1.0/public/user/proxy_user_acl/search
{
  "data": [
    {
      "proxy_id": "550e8400-e29b-41d4-a716-446655440001",
      "proxy_user_acl_creation_datetime": "2023-11-07T05:31:56Z",
      "proxy_user_acl_id": "550e8400-e29b-41d4-a716-446655440000",
      "proxy_user_id": "stevejobs",
      "service_id": "API-1234-5678"
    }
  ],
  "item_count": 10,
  "message": "Proxy User ACL search successful.",
  "page": 1,
  "per_page": 10,
  "total_count": 25
}

Query Parameters

proxy_user_acl_id
string

ID of the Proxy User ACL

proxy_user_id
string

ID of the Proxy User

service_id
string

ID of the Service

proxy_id
string

ID of the Proxy

proxy_user_acl_creation_datetime
string<date-time>

Creation datetime of the Proxy User ACL (supports min_/max_)

per_page
integer

Number of items per page for pagination

page
integer

Page number for pagination

sort_by
string

Key for sorting or random.

Response

200 - application/json

Successful Proxy User ACL search

data
object[]
item_count
integer

Number of items returned in this response

Example:

10

message
string

Success message

Example:

"Proxy User ACL search successful."

page
integer

Current page number

Example:

1

per_page
integer

Number of items per page

Example:

10

total_count
integer

Total number of items matching the search criteria

Example:

25