Skip to main content

Get Bare Signature Configuration

GET 

/v4/applications/:appId/envs/:appEnv/bare-signatures-configuration

This endpoint retrieves the configuration settings for a bare signature application environment.

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.

Responses

The bare signature environment settings.

Schema

    appId appId (string)required

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

    appEnv appEnv (string)required

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

    redirectUris string[]required
    authorizedOrigins string[]required
    eidasLevel IGNISIGN_EIDAS_LEVEL (string)required

    Possible values: [SES, AES, QES]

    The eIDAS level of the signature. SES: Simple Electronic Signature AES: Advanced Electronic Signature QES: Qualified Electronic Signature

Loading...