Get Audience Data
Returns the audience data. The output of each ID-type is an account-level permission that will need to be turned on by StatSocial.
Getting Started
URL REQUEST (GET)
https://api.statsocial.com/platform/v0/audiences/{audience_id}
Let's go to example
In this example we will search for an audience with affinities
note
We create this audience in this example
https://api.statsocial.com/platform/v0/audiences/67454
We will receive a json like this
{
    "response": {
        "id": 67454,
        "name": "Name Audience",
        "description": "audience description",
        "created_by": 1,
        "created_at": "2023-03-06T16:14:41Z",
        "build_status": "finished",
        "raw_emails": {
            "count": 56183
        },
        "audience_reach": {
            "count": 429570
        },
        "md5s": {
            "count": 71394
        },
        "cint": {
            "count": 224
        },
        "twitter_ids": {
            "count": 349818
        },
        "twitter_usernames": {
            "count": 339896
        }
    },
    "information": {
        "version": "0.0.1"
    }
}