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
page
Zero-based page number
size
Number of items per page (max 100)
firstName
Filter by first name
lastName
Filter by last name
email
Filter by email address (personal or work)
title
Filter by current job title
company
Filter by current company
Response
Paginated list of applicants returned