Skip to main content

Get Signer Creation Constraints

GET 

/v3/applications/:appId/envs/:appEnv/signature-profiles/:signatureProfileId/signer-inputs-constraints

Ignisign offer a wide range of signature profiles.
Because requirements related to the signers vary between them, this endpoint allow you to determinate the inputs needed to create a signer.
This information is fix for a given signature profile, so It's not needed to check these values before each signer creation.
This information is also available in the Ignisign Console.
this method is a part of the Signature Request Creation Api Life Cycle.

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.

    signatureProfileId stringrequired

    The unique identifier of the signature profile.

Responses

An array of signature profiles.

Schema

  • Array [

  • inputsNeeded IGNISIGN_SIGNER_CREATION_INPUT_REF (string)[]

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

    The list of inputs needed for the signer creation.

  • ]

Loading...