cURL
curl --request POST \ --url https://{host}/Agent/Legal/GetApplicationAttributes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "peerReview": true, "nrReviewers": 123, "nrPhotos": 123, "iso3166": true, "Required": [ "<string>" ] }
Allows the client to get important attributes necessary to perform a correct ID Application.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success