Overview
Allows the client to retrieve a list of available service providers that can be used to review a recent ID application.HTTP request
POST /Agent/Legal/GetServiceProvidersForIdReview
Authentication
Requires a valid JWT bearer token.Request (JSON)
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PId | ID of service provider. |
| PType | Type (class name) of service provider. |
| PName | Displayable name for service provider. |
| PReviewerId | Identifier of Legal ID of reviewer. Use this identifier when requesting a peer review from the service provider. |
| PExternal | If the service provider is an external party (true), or hosted on the Neuron (false). |
| PIconUrl | Optional reference to icon that can be displayed together with the name. |
| PIconWidth | Width of optional icon. |
| PIconHeight | Height of optional icon. |