Reviews

Create a Review for a Group.

<Callout type="warning" title="Deprecated Warning"> This endpoint is deprecated in favor of Journeys. </Callout>
post/groups/{group_token}/reviews

Path parameters

group_tokenstring required

Unique ID for the Group associated with the Review. When reviewing a Group via this endpoint, the Group Token is set in group_token in the response, and the entity_token property is not returned.

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

applicationTokenstring

Assign workflow of the review. Optional if it has been provided in the header.

reasonsstring[] 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.

outcomestring required

Outcome of the Review. Value should equal an Outcome that's defined in your Alloy account settings.

Response

Review Object.

Items required— unresolved $ref

Changes

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