Skip to content

Perform action on a posting

POST
/internal/postings/{postingId}/action

Perform an action (hire, reject, save, unsave) on a job posting (internal API)

postingId
required
string

Posting ID (UUID)

Action data

object
action
required
string
Allowed values: hire reject save unsave apply unapply
actorId
required
string
professionalId
required
string

No Content - Action performed successfully

Bad request - validation error

object
error
string
some meaningful error message

Posting not found

object
error
string
some meaningful error message

Internal server error

object
error
string
some meaningful error message