List providers awaiting verification review
Returns a cursor-paginated list of provider organisations awaiting reviewer attention. By default surfaces needs_review and unverified rows; pass an explicit status to drill into already-rejected or already-verified rows.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
Maximum number of rows to return.
cursor
Opaque cursor returned from a prior call.
status
Filter by verification status. When omitted, the queue returns rows needing reviewer attention (needs_review and unverified).
Allowed values:
Response
The verification queue.
data
Queue rows.
pagination