get https://portal.ixon.cloud:443/api/audiences/agent
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://portal.ixon.cloud:443/api/audiences/agent \
--header 'Api-Version: 2' \
--header 'accept: application/json'
xxxxxxxxxx
20{
"status": "string",
"type": "string",
"data": [
{
"publicId": "string",
"name": "string",
"assets": [
{
"publicId": "string"
}
],
"audiences": [
{
"publicId": "string"
}
]
}
]
}