Skip to main content

Overview

Allows the client to select an internal peer review service, for reviewing a recent identity application.

HTTP request

POST /Agent/Legal/SelectReviewService

Authentication

Requires a valid JWT bearer token.

Request (JSON)

{
	"serviceId": Required(Str(PServiceId)),
	"serviceProvider": Required(Str(PServiceProvider))
}

Input parameters

ParameterDescription
PServiceIdID of internal peer review service.
PServiceProviderType (class name) of service provider.

Response (JSON)

{
}

Notes

This endpoint uses the request schema notation described in Pattern matching.