Approval Queue

Get pending approval count

Returns the number of pending approval requests for the authenticated operator. Used by dashboard sidebar badges and SDK polling.

get/api/v1/approvals/count

Response

Pending approval count

pendingnumber

Number of pending approvals

Example response

{
  "pending": 3
}

Changes

Changed in 2 of the 15 revisions of this API.12

  • 0d3faa6ef2db11See the full diff
    • the pending response's property type/format changed from integer/ to number/ for status 200

      response-property-type-changed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • endpoint added

      endpoint-added