GET /api/smart_proxies/182953976/autosign
200
{
"results": [
"a5809524-82fe-a8a4f3d6ebf4",
"5eed0cb7-9aa-00b7b9780f20"
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
POST /api/smart_proxies/182953976/autosign
{
"id": "test",
"autosign": {
"id": "test"
}
}
200
{
"results": true
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
id required |
Autosign entry name Validations:
|
POST /api/smart_proxies/182953976/autosign/test
{
"autosign": {}
}
200
{
"results": true
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
id required |
Autosign entry name Validations:
|