POST
/
v1
/
exposed
/
buckets
/
count
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
}

Authorizations

X-API-Key
string
header
required

Body

*/*
Count Request
query
string

Response

200
application/json
OK
data
object
pagination
object
success
boolean