GET v1/OptedIn?clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

string

Required

Body Parameters

None.

Response Information

Resource Description

OptedInResponseObj
NameDescriptionTypeAdditional 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"
}