Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HeyMilo Candidates API

Ingest candidates into an interviewer's workflow (sync or async, single or bulk) and list candidates with their progress.

HeyMilo Candidates API is one of 18 APIs that HeyMilo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Candidates. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 5 operations across 4 paths, and defines 23 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api.heymilo.ai.

5 operations 4 paths 23 schemas 1 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.heymilo.ai
Authentication
API Key
Resource Areas
1

Authentication & Security 1

HeyMilo Candidates API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key for authentication. Pass your key in the X-API-KEY header.

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 1 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Candidates 5

Ingest candidates into an interviewer's workflow (sync or async, single or bulk) and list candidates with their progress.

POST
/api/v2/postings/{posting_id}/candidates
Ingest a single candidate
ingestCandidate 4 params body → 201401404429422
GET
/api/v2/postings/{posting_id}/candidates
List candidates for an interviewer
listCandidates 8 params → 200401404429400422
POST
/api/v2/postings/{posting_id}/candidates/bulk
Bulk ingest candidates
ingestCandidatesBulk 4 params body → 201401404429422
POST
/api/v2/postings/{posting_id}/candidates/async
Async ingest a single candidate
ingestCandidateAsync 4 params body → 202401404429422
POST
/api/v2/postings/{posting_id}/candidates/bulk/async
Async bulk ingest candidates
ingestCandidatesBulkAsync 4 params body → 202401404429422

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are CandidateResponse (17 properties), WorkflowStepStatus (7 properties), APIError (6 properties), IngestCandidateResponse (5 properties). Each schema is shown below with its type and property counts.

BulkIngestCandidateResponseItem
object
A single item in the bulk ingest response.
4 properties 2 required
APIError
object
6 properties 3 required
ValidationError
object
3 properties 3 required
AgentFormSummary
object
Form screening summary metrics.
4 properties
IngestCandidateResponse
object
Response after successfully ingesting a candidate.
5 properties 3 required
CandidateIngestRequest
object
5 properties 2 required
WorkflowStepStatus
object
Status of a single workflow step for a candidate.
7 properties 5 required
HTTPValidationError
object
1 property
AgentSMSSummary
object
SMS screening summary metrics.
4 properties
SingleResponse_IngestCandidateResponse_
object
2 properties 1 required
ListResponse_CandidateResponse_
object
2 properties 2 required
CandidateResponse
object
A candidate within a posting's pipeline. Each candidate has a unique interviewid (one per candidate-posting pair) and a candidateid (shared across postings wit…
17 properties 5 required
AgentResumeSummary
object
Resume screening summary metrics.
3 properties
APIErrorResponse
object
1 property 1 required
AgentSummary
object
Per-agent-type summary metrics for a candidate.
4 properties
CandidateWorkflow
object
Overall workflow progress for a candidate.
3 properties 2 required
SingleResponse_list_BulkIngestCandidateResponseItem__
object
2 properties 1 required
AgentWebInterviewSummary
object
Web interview summary metrics.
4 properties
PaginationMeta
object
3 properties 1 required
APIErrorDetail
object
3 properties 2 required
AsyncIngestResponse
object
Response after queuing an async ingest job.
3 properties 1 required
SingleResponse_AsyncIngestResponse_
object
2 properties 1 required
BulkCandidateIngestRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

heymilo-candidates-api-openapi.yml Raw ↑

Other APIs HeyMilo publishes across the network.

HeyMilo ATS API
HeyMilo Design Template Groups API
HeyMilo Design Templates API
HeyMilo Domains API
HeyMilo Email Template Groups API
HeyMilo Email Templates API
HeyMilo Health API
HeyMilo Interview Templates API
HeyMilo Interviewers API
HeyMilo Interviews API
HeyMilo Phone Numbers API
HeyMilo Questions API