GET
/
v1
/
delegations
/
counts
Count delegations
curl --request GET \
  --url https://staging.api.us.aptlydone.com/decision/v1/delegations/counts \
  --header 'Authorization: Bearer <token>'
{
  "active": 10,
  "inactive": 3,
  "mine": 3,
  "pending": 5,
  "suspended": 2,
  "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

Response

200 - application/json

Delegations counts retrieved successfully

The response is of type object.