Easycruit
  • About Zisoo Cruit
  • Portal
  • Public Endpoints
    • Authentication
    • Apply for Vacancy
  • Portal Endpoints
    • Authentication
    • Vacancy
    • Settings
Powered by GitBook
On this page

Was this helpful?

  1. Public Endpoints

Apply for Vacancy

Apply for Vacancy

POST https://cruit-api.zisoo.nl/api/v1/:vacancyId/application

Apply for vacancy

Request Body

Name
Type
Description

api_key

string

API Key

personal_info

object

Personal Info

default_attachments

object

Attachments

{
  "message": "Application is created"
}

JSON Body example:

{
  "api_key": "PUBLIC_API_KEY",
  "personal_info": {
    "firstname": String,
    "lastname": String,
    "email": String,
    "title": String | Null
  },
  "default_attachments": {
    "picture": File,
    "cv": File,
    "motivation": File
  }
}

PreviousAuthenticationNextAuthentication

Last updated 4 years ago

Was this helpful?