Create a Review for a Group.Ask AIpost https://sandbox.alloy.co/v1/groups/{group_token}/reviewsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsgroup_tokenstringrequiredUnique 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.Body ParamsapplicationTokenstringAssign workflow of the review. Optional if it has been provided in the header.agentobjectrequiredagent objectreasonsarray of stringsrequiredArray 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.reasons*ADD stringoutcomestringrequiredOutcome of the Review. Value should equal an Outcome that's defined in your Alloy account settings.HeadersAuthorizationstringBasic 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-tokenstringIf 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.Response 200Review Object.Updated 6 months ago