Get exposed bucket count according to provided filters
curl --request POST \ --url https://api.odin.io/v1/exposed/buckets/count \ --header 'Content-Type: */*' \ --header 'X-API-Key: <api-key>' \ --data '{ "query": "<string>" }'
{ "data": { "count": 123 }, "pagination": {}, "success": true }
Show child attributes
Was this page helpful?