Prerequisite: Please ensure you have read the VISE Overview before proceeding as the API endpoint is based on your VISE url which is dynamic.Where vise-url is mentioned, we are referring to your actual VISE domain, not ‘vise-url’. Explained in the VISE overview.
All requests to the Vecurity VISE API requires Session creation in tandem with your Vecurity API token in order to make use of the API Endpoints. More details can be found the VISE Authentication page.If you require support here, please get in touch with our Live chat or support@vecurity.net

HTTP Endpoint POST

https://{VISE-URL}/api/domain_modes

Headers

Authorization: Bearer {your_api_token}

Query Parameters

Authorization: Bearer {your_api_token}
- domain_id - String (required) - A unique GUID identifier for a domain.
- domain_mode_id - String (string) - A unique GUID identifier for a domain mode (Provided by domain modes endpoint).

Endpoint Description

The purpose of this endpoint is to bulk update record modes within a specific domain.

Response Example

{
  "message": "Successfully updated record",
  "status_code": 200,
  "timestamp": "YYYY-MM-DDTHH:MM:SS UTC"
}