Skip to main content

Initialize a Signature Request

POST 

/v3/applications/:appId/envs/:appEnv/signature-requests

This endpoint initializes a new signature request for a given application and environment. 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.

Body

The signature profile ID.

    signatureProfileId stringrequired

Responses

A container for the signature request ID.

Schema

    signatureRequestId string
Loading...