API documentation
Integrate Evalyo into your HR tools and automate your hiring process.
Version
v1
Format
JSON (REST)
Auth
Bearer Token
Introduction
The Evalyo API lets you access your interviews, candidates, job postings, and results programmatically. It follows REST principles and uses JSON for data exchange.
Base URL
https://evalyo.fr/api/v1
Authentication
Every request must include an API key in the Authorization header.
Generate your API keys from Integrations → API keys. Choose the minimum scopes required for your use case.
Data format
Request bodies and all responses use the application/json content type. Dates are in ISO 8601 format (UTC).
Versioning
The version is included in the URL path (/api/v1/). Breaking changes trigger a major version increment with 3 months' notice.