Skip to main content
Coveto
Coveto
68 actions · 1 auth method
BetaATS

Authentication

API Key

Uses an API key created in coveto (Einstellungen » REST API) and sent in the X-API-Key header. Each key is scoped per re…Guides: Connector Profile, Link Account
Actions
68 actions
Action
Description
List Applicant Files
List all files attached to an applicant.
Download Applicant File
Download a file attached to an applicant.
Get Applicant File OCR Content
Get the OCR text content of an applicant file.
Upload Applicant File
Upload a new file for an applicant.
Update Applicant File
Update metadata of an applicant file.
Delete Applicant File
Delete a file from an applicant.
List Applicants
List applicants (Bewerber).
Search Applicants
Simple name/ID search for applicants.
Get Applicant
Get a single applicant (Bewerber) by ID.
Create Applicant
Create a new applicant (Bewerber).
Update Applicant
Update an existing applicant (Bewerber) by ID.
List Applicant Jobs
List all jobs an applicant is linked to.
Add Applicant To Job
Link an applicant to a job by ID.
Remove Applicant From Job
Unlink an applicant from a job by ID.
Send Application Confirmation
Send an auto-reply confirming receipt of an application.
Get Application Process
Get the current application process (Bewerbungsverfahren) of an applicant.
Set Application Process Job
Set the job of an applicant’s current application process.
Set Applicant Start Date
Store the applicant’s first working day.
Set Applicant Source
Store how the applicant found the job (source).
List Applicant Statuses
List available applicant statuses (Bewerber-Status).
Get Applicant Status
Get a single applicant status by ID.
List Companies
List companies (Firma).
Search Companies
Simple name/ID search for companies.
Get Company
Get a single company (Firma) by ID.
Create Company
Create a new company (Firma).
Update Company
Update an existing company (Firma) by ID.
List Company Statuses
List available company statuses (Firmen-Status).
Get Company Status
Get a single company status by ID.
List Company Files
List all files attached to a company.
Download Company File
Download a file attached to a company.
Get Company File OCR Content
Get the OCR text content of a company file.
Upload Company File
Upload a new file for a company.
Update Company File
Update metadata of a company file.
Delete Company File
Delete a file from a company.
List Contacts
List contacts / hiring managers (Ansprechpartner).
Search Contacts
Simple name/ID search for contacts.
Get Contact
Get a single contact (Ansprechpartner) by ID.
Create Contact
Create a new contact (Ansprechpartner).
Update Contact
Update an existing contact (Ansprechpartner) by ID.
List Job Adverts
List all public job adverts (Stellenanzeige).
Get Job Advert
Get a single public job advert (Stellenanzeige) by ID.
List Jobs
List internal jobs / projects (Job).
Get Job
Get a single internal job (Job) by ID.
Create Job
Create a new internal job / project (Job).
Update Job
Update an existing internal job (Job) by ID.
List Job Categories
List job categories (Job-Kategorie).
Get Job Category
Get a single job category by ID.
List Locations
List company branches / locations (Standort).
Get Location
Get a single company branch / location by ID.
Create Location
Create a new company branch / location (Standort).
Update Location
Update an existing company branch / location by ID.
List Requisitions
List job requisitions (Personalbedarfsmeldung).
Get Requisition
Get a single job requisition by ID.
Create Requisition
Create a new job requisition (Personalbedarfsmeldung).
Update Requisition
Update an existing job requisition by ID.
List Tasks
List tasks / activities (Task).
Get Task
Get a single task (Task) by ID.
Create Task
Create a new task / activity (Task).
Update Task
Update an existing task (Task) by ID.
List Task Types
List task types (Task-Art).
Get Task Type
Get a single task type (Task-Art) by ID.
List Task Boards
List kanban task boards (Task-Board).
Get Task Board
Get a single kanban task board by ID.
List Users
List HR users (Benutzer) in the coveto account.
Get User
Get a single HR user (Benutzer) by ID.
Get ZIP Code
Get information for a ZIP code in a country.
Search Nearby ZIP Codes
Search for ZIP codes within a radius of a given ZIP code.
Get Delete Log
Get a log of deleted records to keep a synced system up to date.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.

Connector Profile

Coveto - API Key
3

Link an Account

Connect an account using StackOne Hub or Auth Link.

Link Account

Coveto - API Key
4

Use Actions

Invoke actions using one of the methods below:
  • MCP – Model Context Protocol for AI assistants
  • A2A – Agent-to-Agent protocol
  • Agent SDK – TypeScript and Python SDKs for AI agents
  • Actions RPC – Direct API calls
  • Playground – Test actions in the dashboard