GET /api/smart_proxies/182953976/autosign 200 { "results": [ "a5809524-82fe-a8a4f3d6ebf4", "5eed0cb7-9aa-00b7b9780f20" ] }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
POST /api/smart_proxies/182953976/autosign { "id": "test", "autosign": { "id": "test" } } 200 { "results": true }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
id required |
Autosign entry name Validations:
|
POST /api/smart_proxies/182953976/autosign/test { "autosign": {} } 500 { "error": "ERF12-6986 [ProxyAPI::ProxyException]: Test exception ([RuntimeError]: RuntimeError) for proxy http://else.where:4567" }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
id required |
Autosign entry name Validations:
|