Reviews

Create a Review for an Entity

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

When an evaluation is assigned a “Manual Review” outcome, it goes to the Review Queue. While evaluations can be managed in the dashboard, it is also possible to change a status via API.

This endpoint can only be used for non-Journey evaluations. To review Journey or Entity applications, see the Journeys section.

A few things to note:

  • The agent whose email you include in the body of the request must be an agent on the account (View agents on the account via the main page of your account under "Agents").
  • The chosen outcome for the evaluation, as well as the reason given for that outcome in the body of the API request, must perfectly match those set up in Settings --> Review Reasons.
post/entities/{entity_token}/reviews

Path parameters

entity_tokenstring required

Unique ID for the Entity or Group associated with the Review. If a Group Token is passed, the Group Token is set to the entity_token parameter in the response.

Headers

Authorizationstring

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 for details).

alloy-workflow-tokenstring

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

Schema required— unresolved $ref

Response

Review

Items required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.