---
title: "applicationFeedbackRequest.create"
method: POST
path: "/applicationFeedbackRequest.create"
tags: ["Application Feedback Request"]
---

# applicationFeedbackRequest.create

`POST /applicationFeedbackRequest.create`

Request feedback on an application without scheduling an interview.
The `interviewEventId` returned in the response can be provided to `applicationFeedback.submit` to
complete the feedback request.

The interview used must be configured to request feedback.

**Requires the [`candidatesWrite`](authentication#permissions-applicationfeedbackrequestcreate) permission.**

## Request body

- ApplicationFeedbackRequestCreateRequest
  - `applicationId` string, uuid, required — The id of the application you are requesting feedback for
  - `interviewId` string, uuid, required — The id of the interview associated with this feedback request
  - `interviewerUserId` string, uuid, required — The user you are requesting feedback from

## Response `200`

Responses from the applicationFeedbackRequest.create endpoint

- union
  - ApplicationFeedbackRequestCreateSuccessResponse
    - `success` true, required
    - `results` ApplicationFeedbackRequest, required
      - `interviewEventId` string, uuid, required — The id of the interview event created without scheduling
      - `interviewerUserId` string, uuid, required — The id of the user whose feedback was requested
      - `applicationId` string, uuid, required — The id of the application feedback was requested for
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
