Skip to main content
POST
/
{publicTenantSlug}
/
candidate-portal
/
open-application
Create candidate
curl --request POST \
  --url https://api.gospott.com/{publicTenantSlug}/candidate-portal/open-application \
  --header 'Content-Type: application/json' \
  --data '{
  "firstName": "<string>",
  "lastName": "<string>",
  "cvAttachmentId": "<string>",
  "email": {
    "purpose": "personal",
    "email": "jsmith@example.com"
  },
  "phoneNumber": {
    "purpose": "personal",
    "phoneNumber": "<string>"
  },
  "socialMedia": {
    "url": "<string>",
    "type": "LINKEDIN"
  }
}'

Path Parameters

publicTenantSlug
string
required

Body

application/json
firstName
string
required
Required string length: 1 - 100
lastName
string
required
Required string length: 1 - 100
cvAttachmentId
string
required
Required string length: 1 - 100
email
object
required
phoneNumber
object
required
socialMedia
object