Skip to main content
POST
Bookmark or unbookmark an applicant

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Body

application/json

Bookmark or unbookmark an applicant on a job. Validated inline by the use-case (all three fields required; isBookmarked must be a boolean).

userId
string
required

The applicant's user ID.

jobId
string
required

The job ID.

isBookmarked
boolean
required

True to bookmark, false to remove the bookmark.

Response

Bookmark update confirmation.

data
object
required