GET v1/OptedIn?clientID={clientID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OptedInResponseObj| Name | Description | Type | Additional information |
|---|---|---|---|
| theValue | boolean |
None. |
|
| error | string |
None. |
|
| exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"theValue": true,
"error": "sample string 2",
"exception": "sample string 3"
}