List applicants

Returns a paginated list of applicants (candidates) belonging to the authenticated user’s company, optionally filtered by first/last name, email, current title, or current company. List entries carry only lean summary fields — fetch GET /api/v1/applicants/{guid} for full detail.

Authentication

X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key

Query parameters

pageintegerOptionalDefaults to 0

Zero-based page number

sizeintegerOptionalDefaults to 25

Number of items per page (max 100)

firstNamestringOptional
Filter by first name
lastNamestringOptional
Filter by last name
emailstringOptional

Filter by email address (personal or work)

titlestringOptional
Filter by current job title
companystringOptional
Filter by current company

Response

Paginated list of applicants returned