Get the subscriber count in one or more tags.


JSON Request Example: 


 */
{
  "username": "john.doe@xxxxx.com",
  "usertoken": "abc123abc123abc123abc123abc123",
  "requesttype": "Tags",
  "requestmethod": "GetTagSubscriberCount",
  "details": {
    "tag": ["{*include_tag_id*}", "{*include_tag_id*}"], /* required: at least one */
    "status": "{*status: any|active|inactive|bounced|unsubscribed*}" /* optional: default any */
  }
}


"json_request" element


Field NameDescription
usernameUsername used to login to Pinpointe
usertokenUnique token assigned to Pinpointe account
requesttypeTags
requestmethodGetTagSubscriberCount


"details" element


Field NameDescription
tag
(Required)
ID of tag(s) to be searched. At least one required.  
status
Select from the options provided to search for contacts with that status.


Successful Response:


"response" element


Field NameDescription
statusWill return SUCCESS if call is successful
dataSubscriber count found in specified tag(s)


Unsuccessful Response:


"response" element


Field NameDescription
statusWill return FAILED if unsuccessful
errormessageText explaining why request failed