Create a Review for a Group.
<Callout type="warning" title="Deprecated Warning"> This endpoint is deprecated in favor of Journeys. </Callout>Path parameters
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
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).
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
Response
Review Object.
Changes
No recorded changes to this endpoint across all 1 revision of this API.