GET /api/smart_proxies/:smart_proxy_id/autosign
List all autosign entries

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer


POST /api/smart_proxies/:smart_proxy_id/autosign
Create autosign entry

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

id
required

Autosign entry name

Validations:

  • String


DELETE /api/smart_proxies/:smart_proxy_id/autosign/:id
Delete autosign entry

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

id
required

Autosign entry name

Validations:

  • String