Parameters
No parameters.
GET/v1/audiences/{{audience_id}}
bash
curl https://api.tradly.app/v1/audiences/{{audience_id}} \
-H "Authorization: Bearer YOUR_PUBLISHABLE_OR_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{}'RESPONSE
json
{
"status": true,
"data": {
"audience": {
"id": 1,
"name": "High-Value Buyers",
"description": "Buyers with gold tier or above",
"audience_type": "user",
"status": "active",
"filters": [
{
"dimension": "user_type",
"operator": "includes",
"value": "buyer"
}
],
"estimated_count": 142,
"last_calculated_at": 1723068000,
"created_by": 10,
"updated_by": 10,
"created_at": 1723068000,
"updated_at": 1723068000
}
}
}