Aggregations
Get aggregation
Get an aggregation by aggregation ID.
get/v1/aggregations/{aggregation_id}
Path parameters
aggregation_idstring required
Headers
privy-app-idstring required
ID of your Privy app.
Response
Requested aggregation object.
Example response
{
"conditions": [
{
"field": "content"
}
]
}