GET
/
v1
/
decisions
/
counts
Count decisions
curl --request GET \
  --url https://staging.api.us.aptlydone.com/decision/v1/decisions/counts \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "timestamp": "2025-06-24T10:47:32.804Z",
  "message": "Success",
  "data": {
    "active": 5,
    "inactive": 10,
    "all": 20
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

tenantId
string
required

Tenant ID

Example:

"105fa115-52d0-4466-baff-740447a60774"

Response

200 - application/json

Decision counts retrieved successfully

The response is of type object.