Return a count of policy requests

GET /external-policies/requests/count
Return a count of policy requests.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy ID

Response

{
   description: Successful operation.
          content:
            application/json:
              schema:
                type: number
}

Last updated