Create a marketplace job post (Open Role)
POST /marketplace/job-posts
POST
/marketplace/job-posts
Create an Open Role under the calling key’s org. The role’s title,
description (the client’s JD), criteria, comp, and openings live in the
body. Send status="published" to go live to talent immediately, or
"draft" (default) to stage it and publish later via PATCH.
Authorizations
Parameters
Header Parameters
Request Body required
object
countries
Any of:
Array<string>
null
engagement_type
string
industries
Any of:
Array<string>
null
languages
Any of:
Array<string>
null
openings_count
integer
regions
Any of:
Array<string>
null
role_type
required
string
status
string
title
required
string
tools
Any of:
Array<string>
null
Responses
201
Successful Response
object
data
required
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string