Skip to Content
Teamio

Introduction

The Candidate Import API allows external systems to import candidate applications directly into Teamio. This eliminates the need for manual data entry and enables seamless integration between your ATS or other HR systems and Teamio.

Candidate applications are submitted via a single REST endpoint. Attachments (CV, cover letter, etc.) and GDPR notice documents are sent inline as base64-encoded content in the request body. Processing happens asynchronously — the API returns a UUID that you use to poll for the import status.

The API also provides a sandbox endpoint for validating your request payload without saving any data, which is useful for testing your integration before going live.

The API requires authentication using a Bearer token obtained through the OAuth2 Client Credentials flow. See the Authentication page for details.
Last updated on