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

Params

Param Name Description
location_id
Optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
Optional

Scope by organizations

Validations:

  • Must be a Integer


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

Params

Param Name Description
location_id
Optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
Optional

Scope by organizations

Validations:

  • Must be a Integer

id
Required

Autosign entry name

Validations:

  • Must be a String


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

Params

Param Name Description
location_id
Optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
Optional

Scope by organizations

Validations:

  • Must be a Integer

id
Required

Autosign entry name

Validations:

  • Must be a String