The API allows you to view vProtect version and get custom image of logo and background.
Get branding configuration
| media type | data type | description |
|---|---|---|
| application/json | BrandConfigurationDetails (JSON) | branding configuration |
GET /branding-configuration
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
Get vProtect version.
| media type | data type | description |
|---|---|---|
| application/json | StringDTO (JSON) | vProtect version |
GET /version
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
Get capabilities list supported by the license file
| media type | data type | description |
|---|---|---|
| application/json | SupportedLicenseCapabilitiesDetails (JSON) | capabilities list supported by the license file |
GET /capabilities/supported-by-license
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }