Bluco Integration API - OpenAPI 3.1.0 (0.1)

Download OpenAPI specification:Download

E-mail: [email protected] License: Apache 2.0

Welcome to the Bluco integration API! This API is used to communicate with external systems (e.g. ATS). Please reach out to Bluco to get a token and in case you have any questions.

Update a candidate

Update an existing candidate by id

Authorizations:
bearerAuth
path Parameters
applicationId
required
string

ID of application that needs to be updated

Request Body schema: application/json
required

Update an existing application by id

status
string
Enum: "UNSPECIFIED" "REJECTED_BY_BLUCO_SCREENING" "PASSED_BLUCO_SCREENING" "PENDING_HUMAN_REVIEW" "PASSED_HUMAN_REVIEW" "REJECTED_BY_HUMAN_REVIEW" "HIRED" "NEW" "CONTACTED" "HANDED_OVER" "WITHDRAWN"

Application Status

Responses

Request samples

Content type
application/json
{
  • "status": "approved"
}

Response samples

Content type
application/json
{
  • "status": "approved"
}