---
title: "Create a Review for a Group."
method: POST
path: "/groups/{group_token}/reviews"
tags: ["Reviews"]
deprecated: true
---

# Create a Review for a Group.

`POST /groups/{group_token}/reviews`

> **Deprecated.**

<Callout type="warning" title="Deprecated Warning">
  This endpoint is deprecated in favor of Journeys.
</Callout>

## Path parameters

- `group_token` string, required

## Headers

- `Authorization` string — Basic authorization header per the OAuth Client Authorization Header standard. The format is `Basic <auth_string>`, where `<auth_string>` is the base64 encoding of the string `token:secret` (check [Authentication Guide](https://developer.alloy.com/public/docs/authentication-guide) for details).
- `alloy-workflow-token` string — If you have migrated to the new API Key Settings page and are using account-level API keys for authentication, this header is required to specify the workflow for the evaluation unless it is provided in the request body. If you have not migrated yet, this header is optional, as the workflow will be determined by the Authorization header using workflow_token.

## Request body

- object
  - `applicationToken` string — Assign workflow of the review. Optional if it has been provided in the header.
  - `agent` object, required
    - `email` string, required — Valid email of agent with Alloy account access.
  - `reasons` string[], required — Array of reasons for this Review and the Review's Outcome. Value should should equal a Review Reason that's defined in your Alloy account settings.
  - `outcome` string, required — Outcome of the Review. Value should equal an Outcome that's defined in your Alloy account settings.

## Response `200`

Review Object.

- Items — unresolved $ref

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
