Skip to main content
GET
/
approvals
/
count
Get Approval Count
curl --request GET \
  --url https://api.example.com/approvals/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

user_id
string | null

Response

Successful Response

Response model for pending approval count.

count
integer
required