cURL
curl --request POST \ --url https://{host}/Agent/Legal/GetServiceProvidersForIdReview \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "legalId": "Required(Str(PLegalId))" } '
{ "Providers": [ { "id": "<string>", "type": "<string>", "name": "<string>", "reviewerId": "<string>", "external": true, "iconUrl": "<string>", "iconWidth": 123, "iconHeight": 123 } ] }
Allows the client to retrieve a list of available service providers that can be used to review a recent ID application.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes