cURL
curl --request POST \ --url https://{host}/Agent/Legal/SelectReviewService \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "serviceId": "<string>", "serviceProvider": "<string>" } '
{}
Allows the client to select an internal peer review service, for reviewing a recent identity application.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object