Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.gospott.com/job-boards/{vacancyId} \ --header 'x-api-key: <api-key>'
{ "jobBoardPostings": [ { "id": "<string>", "publishedAt": "2023-11-07T05:31:56Z", "unpublishedAt": "2023-11-07T05:31:56Z", "closedAt": "2023-11-07T05:31:56Z", "applyUrl": "<string>", "targetStageId": "<string>", "linkedInProjectUrl": "<string>", "responseCount": 123, "channel": "<string>" } ] }
Get job board postings for a vacancy in the API key tenant.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Job board postings returned successfully.
Show child attributes