API Reference/Endpoints
Publish a job posting
POST/api/linkedin/gateway/linkedin/jobs/{draft_id}/publish
Takes a draft created with Create a job posting live, either as a free listing or boosted with a budget. LinkedIn sometimes asks for a one-time verification before the first publish on an account — see the note below.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Body parameters
Response fields
A
LinkedinJobPostingPublishCheckpoint response means the post didn't go live yet. Send the code the member receives to Solve a publishing checkpoint using the same draft_id to finish the job.Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key, or the account can't publish this mode.·404 Not Found. No draft with that id belongs to this account.·422 Unprocessable Entity. The workspace has used up its job-posting slots for this billing period.