Skip to main content
POST
Create Proxy Test Run

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.

Body

application/json

Proxy Test Run Request

proxies
object[]

The proxies to be tested

Maximum array length: 20
Example:
proxy_tester_server_id
string[]

ID of the server to test the proxy on (optional - all will be used if not provided)

Example:
urls
string[]

URLs to test the proxy against

Example:

Response

200 - application/json

Successful proxy test creation

created
string[]

ID of the proxy test run object that was created

Example:
data
object
Example:
message
string

Response message from the API

Example:

"Successfully returned proxy test run"

proxy_test_result_created
string[]

IDs of the test result objects that were created

Example:
proxy_tester_proxy_created
string[]

IDs of the proxy tester proxy objects that were created

Example: