GetIdentityOptinsResponse
Response containing the list of WEB opt-ins.
optins object[]nullable
The opt-ins available on the WEB channel.
Array [
propertyIdinteger<int32>required
Property identifier (SOAP: ID_Property).
labelstringnullable
Display label.
dataTypestringnullable
Property data type.
valueBooleanbooleanrequired
Whether the opt-in is selected.
]
GetIdentityOptinsResponse
{
"optins": [
{
"propertyId": 0,
"label": "string",
"dataType": "string",
"valueBoolean": true
}
]
}