---
title: "Create job board posting"
method: POST
path: "/job-boards"
tags: ["Job Boards"]
---

# Create job board posting

`POST /job-boards`

Create and publish a job board posting for a job. The job must have non-empty job description content before it can be published.

## Request body

- CreateJobBoardPostingDto
  - `vacancyId` string, required
  - `jobBoardProvider` 'SPOTT', required
  - `targetStageId` string, required
  - `linkedInProjectUrl` string, uri
  - `applyUrl` string, uri

## Response `201`

Job board posting created successfully.

- CreateRecordResponseDto
  - `id` string, required

## Other responses

- `400` — Bad request - invalid job board provider or missing job description content
- `401` — Unauthorized - invalid or missing API key
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
