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

AuthorizationBearer

BrightMove OAuth2 client_credentials - use the client_id/client_secret from User > API Keys (or an admin-managed client).

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