Skip to main content

Overview

Allows the client to get important attributes necessary to perform a correct ID Application.

HTTP request

POST /Agent/Legal/GetApplicationAttributes

Authentication

Requires a valid JWT bearer token.

Request (JSON)

{
}

Response (JSON)

{
	"peerReview": Required(Boolean(PPeerReview)),
	"nrReviewers": Optional(Int(PNrReviewers)),
	"nrPhotos": Optional(Int(PNrPhotos)),
	"iso3166": Optional(Boolean(PIso3166)),
	"Required": Optional(String(PRequired)[])
}

Response parameters

ParameterDescription
PPeerReviewIf peer-review of ID applications is permitted on the broker.
PNrReviewersNumber of successfuls peer reivews required for a process to conclude successfully.
PNrPhotosNumber of photos required in an application, for a peer-review process.
PIso3166If ISO 3166 country codes are required to be used.
PRequiredRequired ID Properties in an ID application.

Notes

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