Vervoe Candidates API

Invite a candidate (email, first name, last name) to complete a specific assessment and monitor their progress. Per documented Example Scenario 2, the integration issues a "POST Invite candidate to complete assessment" call and receives back a candidate-specific URL to access the assessment, which the employer can email or embed in a button. Exact REST endpoint paths are not published, so this operation is modeled from the documented scenario.

API entry from apis.yml

apis.yml Raw ↑
aid: vervoe:vervoe-candidates-api
name: Vervoe Candidates API
tags:
- Candidates
- Invitations
- Progress
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://vervoe.stoplight.io/docs/api-docs/ZG9jOjExMzY5ODk-example-scenarios
baseURL: https://api.vervoe.com
endpointsModeled: true
properties:
- url: https://vervoe.stoplight.io/docs/api-docs/ZG9jOjQ4ODIx-introduction
  type: Documentation
- url: https://vervoe.stoplight.io/docs/api-docs/ZG9jOjExMzY5ODk-example-scenarios
  type: APIReference
description: Invite a candidate (email, first name, last name) to complete a specific assessment and monitor
  their progress. Per documented Example Scenario 2, the integration issues a "POST Invite candidate to
  complete assessment" call and receives back a candidate-specific URL to access the assessment, which
  the employer can email or embed in a button. Exact REST endpoint paths are not published, so this operation
  is modeled from the documented scenario.