Skip to main content
GET
List Pending Approval

Authorizations

Authorization
string
header
required

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

Query Parameters

for_user
string | null

Set to 'me' to filter to transactions the caller is authorized to approve

count_only
boolean
default:false

Return {'count': N} instead of the full list

limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

Successful Response