Skip to main content

Get Universe Destination

The audience must be a SIL API generated audience, and it must have been created by or shared with the user querying it.

Getting Started

URL REQUEST (GET)
https://api.statsocial.com/platform/v0/audiences/{audience_id}/universe

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/universe

We will receive a json like this

{
"response": {
"audience_id": 67454,
"universe_id": 2696,
"status": "running"
},
"information": {
"version": "0.0.1"
}
}