Skip to main content
GET
/
job-descriptions
/
vacancy
/
{id}
Get job description for job
curl --request GET \
  --url https://api.gospott.com/job-descriptions/vacancy/{id} \
  --header 'x-api-key: <api-key>'
{
  "jobDescriptionId": "550e8400-e29b-41d4-a716-446655440000",
  "externalJobTitle": "Senior Software Engineer",
  "content": "<p>We are looking for a senior software engineer...</p>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Response

Job description retrieved successfully

jobDescriptionId
string
required

Unique identifier of the job description

Example:

"550e8400-e29b-41d4-a716-446655440000"

externalJobTitle
string
required

The externally visible job title for this job

Example:

"Senior Software Engineer"

content
string | null
required

The HTML content of the job description, or null if no content has been set

Example:

"<p>We are looking for a senior software engineer...</p>"