Skip to main content
POST
Update a recruit bookmark

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

Add or remove a recruit bookmark for a user/job pair. Extra fields accepted but ignored (legacy-permissive passthrough).

userId
string
required

The recruit user id to bookmark/unbookmark.

jobId
string
required

The job id for the bookmark. Must belong to a company the token can access.

isBookmarked
boolean
required

True to add the bookmark, false to remove it. Must be a boolean (the use-case rejects non-booleans with 400).

Response

Bookmark add/remove confirmation.

data
object
required