Aggregations
Create aggregation
Create a new aggregation to track and measure metrics over a time window.
post/v1/aggregations
Headers
privy-app-idstring required
ID of your Privy app.
privy-idempotency-keystring
Idempotency keys ensure API requests are executed only once within a 24-hour window.
Request body
Example request
{
"conditions": [
{
"field": "content"
}
]
}Response
Created aggregation object.
Example response
{
"conditions": [
{
"field": "content"
}
]
}