Skip to main content
GET
List Commissions

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string> | null

Approval workflow state machine.

DRAFT ──► PENDING_BM ──► PENDING_CM ──► PENDING_CD ──► PENDING_FINANCE ──► PAID │ │ │ └──► REJECTED ◄─┘ └──► REJECTED

Available options:
DRAFT,
PENDING_BM,
PENDING_CM,
PENDING_CD,
PENDING_FINANCE,
PAID,
REJECTED
applicant_id
string<uuid> | null
cursor
string | null
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response