Skip to main content

Get missing signer inputs for signature profile

GET 

/v3/applications/:appId/envs/:appEnv/signature-profiles/:signatureProfileId/signers/:signerId/missing-inputs

This endpoint allow you to determinate the missing inputs needed to use a signer in a specific 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

An array of inputs.

Schema

  • Array [

  • string

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

  • ]

Loading...