Proxies

On this page, we'll dive into the different proxies endpoints you can use to manage proxies programmatically


GET/v1/proxies

List of all your proxies

This endpoint allows you to retrieve a paginated list of all your proxies. By default, a maximum of fifteen proxies are shown per page.

Optional attributes

  • Name
    cursor
    Type
    string
    Description

    Use it when you want to fetch the next or previous page.

  • Name
    limit
    Type
    integer
    Description

    Limit the number of items returned.

Request

Response


GET/v1/proxies/{key}

Proxy details

This endpoint allows you to retrieve a details of your proxy.

Required attributes

  • Name
    key
    Type
    string
    Description

    Unique proxy key.

Request

Response


GET/v1/proxies/{key}/change-ip

IP change request

This endpoint allows you to change your proxy IP.

You can send IP change request no more than once per minute.

Required attributes

  • Name
    key
    Type
    string
    Description

    Unique proxy key.

Request

Response