> ## Documentation Index
> Fetch the complete documentation index at: https://developer.jobmojito.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interview answers collected

> Sent when the candidate finishes the interview and their raw answers are collected, before final AI scoring.



## OpenAPI

````yaml https://cool.jobmojito.com/functions/v1/openapi-webhooks webhook interview_collected
openapi: 3.1.0
info:
  title: JobMojito Webhooks
  version: 1.0.0
  description: >-
    Outgoing webhooks JobMojito POSTs to your configured endpoint(s) when an
    interview or assessment reaches a lifecycle milestone. Configure the target
    URL, subscribed events and custom auth headers per environment in your
    webhook settings. Respond with any 2xx to acknowledge; failed deliveries are
    retried.
servers: []
security: []
paths: {}

````