List providers awaiting verification review

View as MarkdownOpen in Claude

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

limitdoubleOptional1-100
Maximum number of rows to return.
cursorstringOptional
Opaque cursor returned from a prior call.
statusenumOptional

Filter by verification status. When omitted, the queue returns rows needing reviewer attention (needs_review and unverified).

Allowed values:

Response

The verification queue.
datalist of objects
Queue rows.
paginationobject