Get group membership count
GET https://{{contactPolicyBaseURL}}/v1/groups/:groupId/members/count?channel=<string>
Queries a given group for the count of consent records.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channel | string | If specified, the count will be restricted to the amount for a specific channel. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |
RESPONSES
status: OK
{"optedIn":"\u003cinteger\u003e","optedOut":"\u003cinteger\u003e"}