ISR Provisioning API

The ISR supports REST APIs to provision the following features:
  • Recording Format Profiles
  • Routes
  • Users
  • Accounts

The provisioning API feature is available for all user types except Tenant Users and API Users and can configure all parameters within each feature except for Email and Password.

All of the provision APIs use HTTPS standards. Any HTTP request is redirected to HTTPS before sending to ensure data privacy. The JWT token generated for Provision APIs is valid for 5 hours from the time it is generated.

Note:

You must send the complete object for the specified API PUT requests. If any field is missing, the application changes the missing value to the default value. For sending an incomplete object with missing fields, PATCH request functionality is available.