Request Authentication from User

Send request for authentication to Evrotrust user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request authentication/confirmation from an Evrotrust user. This endpoint allows you to send a document authentication request that the user must confirm in their Evrotrust mobile app.

The document can either require a signature or just confirmation based on the isRequiredSigning parameter.

Body Params
document
object
required

Document information including description (max 4000 chars) and expiration timestamp.

signInfo
object

Signing information specifying the algorithm.

user
object
required

One of the user identifiers has to be provided:

  • "identificationNumber" and "country" for manual signing;
  • "email" for manual signing;
  • "phone" for manual signing;
  • "automatedSignCertID" for automated signing;
  • "automatedSignSealID" for automated signing.
number

Optional parameter. Default value 0. Specifies if biometric authentication is required.

string
required

Your vendor identification number.

string

Optional parameter. Only https:// is allowed. It has to be sent a host name if Evrotrust Vendor callback API is used.

string

Base64 encoded string of public key, necessary for encryption process.

boolean

Optional boolean parameter with default value true. Determines whether the document will be signed or only confirmed by the user.

Headers
string
required

HMAC-SHA256 signature of the request body using your vendor API key. See the Authorization guide for implementation details.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json