Skip to main content
POST
/
vacancy-portal
/
jobs
/
{jobBoardPostingId}
Submit job posting application
curl --request POST \
  --url https://api.gospott.com/vacancy-portal/jobs/{jobBoardPostingId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "linkedinUrl": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "cvAttachmentId": "<string>",
  "email": "jsmith@example.com",
  "phoneNumber": "<string>",
  "location": {
    "type": "primary_home",
    "street1": "<string>",
    "street2": "<string>",
    "postalCode": "<string>",
    "city": "<string>",
    "region": "<string>",
    "state": "<string>",
    "country": "<string>",
    "rawCityCountry": "<string>",
    "latitude": 123,
    "longitude": 123,
    "formattedAddress": "<string>"
  }
}
'

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

jobBoardPostingId
string
required

Query Parameters

broadbeanId
string

The channel from which Broadbean redirected.

Body

application/json
linkedinUrl
string<uri> | null
required
Required string length: 1 - 2048
firstName
string
required
Required string length: 1 - 100
Pattern: /^[a-zA-ZÀ-ÿ\s\-']+$/
lastName
string
required
Required string length: 1 - 100
Pattern: /^[a-zA-ZÀ-ÿ\s\-']+$/
cvAttachmentId
string
required
Required string length: 1 - 100
email
string<email>
required
Required string length: 3 - 254
phoneNumber
string
required
location
object
required

Response

200 - undefined