Skip to main content

Get the global status of a signer face to a signature profile

GET 

/applications/:appId/envs/:appEnv/signature-profiles/:signatureProfileId/signers/:signerId/status

Get the global status of a signer face to a signature profile

Request

Path Parameters

    appId stringrequired

    The application identifier which is used to identify the application used.

    Example: appId_XXXX-XXXX-XXXX-XXXX-XXXX
    appEnv stringrequired

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

    signerId stringrequired

    The unique identifier of the signer to be revoked.

    signatureProfileId stringrequired

    The unique identifier of the signature profile.

Responses

the status of the signer face to the signature profile.

Schema

    signerIsSetup boolean

    Indicates whether the signer is already setup or not.

    inputsNeeded IGNISIGN_SIGNER_CREATION_INPUT_REF (string)[]

    Possible values: [firstName, lastName, email, phoneNumber, nationality, birthDate, birthPlace, birthCountry]

    idProofingRefs IGNISIGN_ID_PROOFING_METHOD_REF (string)[]

    Possible values: [VIDEO_ROBOT_AES, VIDEO_ROBOT_QES, BANK_ACCOUNT_CHECK, E_ID_AES, E_ID_QES, RA_NATURAL_QES, RA_NATURAL_AES, SOCIAL_SECURITY_NUMBER, BIND_ADDITIONAL_AUTH_METHOD]

Loading...