Skip to main content
GET
/
v3
/
allocations
/
{benefitdefinition}
/
count
Read Allocation Count
curl --request GET \
  --url http://localhost/api/v3/allocations/{benefitdefinition}/count
{
  "data": {
    "all": "<string>",
    "redeemed": 123,
    "remaining": 123,
    "group": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

benefitdefinition
string
required

The benefitdefinition ID

Response

data
object
required