Skip to main content

Get Signer Input Constraints

GET 

/v4/applications/:appId/envs/:appEnv/signer-profiles/:signerProfileId/inputs-needed

This endpoint retrieves the input constraints for a signer 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.

    signerProfileId stringrequired

    The unique identifier of the related signer profile.

Responses

The input constraints for the signer profile.

Schema

    signerProfileId stringrequired
    inputsNeeded IGNISIGN_SIGNER_CREATION_INPUT_REF (string)[]required

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

    optionalInputs IGNISIGN_SIGNER_CREATION_INPUT_REF (string)[]required

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

Loading...