latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Proxies
Create a proxy
Create a new proxy configuration in the resolved project.
post/proxies
Request body
Example request
{
"config": {
"country": "US"
}
}Response
Proxy created successfully
Example response
{
"config": {
"country": "US"
},
"ip_address": "192.168.1.1"
}