Skip to main content

Overview

Manages PADS4 license keys, feature entitlements, and viewer seat allocation. Validates license state and enforces feature flags based on the active license tier.

Authentication

All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:
Replace https://<your-server> with your PADS4 server address and <ServiceName> with the service path shown above.

Endpoint Reference


Request & Response Examples

POST /api/v1/license/Assignment/overview

Request:
Response 200 OK:

POST /api/v1/license/Assignment/licenseAssignments

Request:
Response 200 OK:

POST /api/v1/license/Assignment

Request:
Response 200 OK:

POST /api/v1/license/Assignment/AccessPermsissions

Request:
Response 200 OK:

POST /api/v1/license/Assignment/AssignDefaultLicenses

Request:
Response 200 OK:

POST /api/v1/license/Assignment/identities/search

Request:
Response 200 OK:

Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.