curl --request GET \
--url https://staging.api.us.aptlydone.com/decision/v1/decisions/counts \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2026-01-08T06:33:50.384Z",
"message": "Success",
"data": {
"active": 5,
"inactive": 10,
"all": 20
}
}curl --request GET \
--url https://staging.api.us.aptlydone.com/decision/v1/decisions/counts \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2026-01-08T06:33:50.384Z",
"message": "Success",
"data": {
"active": 5,
"inactive": 10,
"all": 20
}
}Documentation Index
Fetch the complete documentation index at: https://docs.aptlydone.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Tenant ID
"105fa115-52d0-4466-baff-740447a60774"
Decision counts retrieved successfully
Was this page helpful?