POST api/BiometricUsageData/AppInfo
Request Information
Body Parameters
CustomerKeyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerKey": "sample string 1"
}
application/xml, text/xml
Sample:
<CustomerKeyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BioPluginCloudAPI.Models"> <CustomerKey>sample string 1</CustomerKey> </CustomerKeyModel>
Response Information
BioPluginCustomerApp| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerKey | string |
None. |
|
| Engine | BioPluginEngineEnum |
None. |
|
| EngineName | string |
None. |
|
| AppName | string |
None. |
|
| AppKey | string |
None. |
|
| SecretKey | string |
None. |
|
| AppStartDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerKey": "sample string 1",
"Engine": 0,
"EngineName": "None",
"AppName": "sample string 2",
"AppKey": "sample string 3",
"SecretKey": "sample string 4",
"AppStartDate": "2025-11-29T19:54:37.0299711-05:00"
}
application/xml, text/xml
Sample:
<BioPluginCustomerApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BioPluginCloudAPI.Models"> <AppKey>sample string 3</AppKey> <AppName>sample string 2</AppName> <AppStartDate>2025-11-29T19:54:37.0299711-05:00</AppStartDate> <CustomerKey>sample string 1</CustomerKey> <Engine>None</Engine> <SecretKey>sample string 4</SecretKey> </BioPluginCustomerApp>