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
}
}
Last updated
Was this helpful?