GET v1/OptedInAndTotalClients
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetOptedInAndToalClientsCount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalClients | integer |
None. |
|
| TotalOptedIn | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalClients": 1,
"TotalOptedIn": 1
}