Manual Review Entity Application

If an entity application has the status waiting_review, this endpoint can be used to inform the system of the outcome of the manual review and submit review notes. In the first request for a given case, the outcome and optionally reason and note are submitted. In subsequent requests for the same case, only the note is allowed, as the review is closed and no longer accepting new outcomes or reasons.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Token associated with your Journey

string
required

Token associated with your Journey Application

string
required

Identifier of the case that's being reviewed. You can get this from the list of Journey Application events returned by the GET request where the event type is pending_review and the entity_application_token is for the entity application you wish to review.

Body Params
string

Note to be attached to the review.

string

Outcome to complete the manual review with.

string

Reason for the given outcome. This must be associated with the outcome in the Alloy portal. Either this field OR the 'reasons' field must be provided. If both are provided, 'reasons' will be used.

reasons
array of strings
length ≥ 1

Reasons for the given outcome. All reasons must be associated with the outcome in the Alloy portal. Either this field OR the 'reason' field must be provided. If both are provided, 'reasons' will be used.

reasons
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json