Skip to main content

Regenerate Signer Authentication Secret

PUT 

/v4/applications/:appId/envs/:appEnv/signers/:signerId/regenerate-auth-secret

This endpoint regenerates the authentication secret for a signer.

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.

Responses

The created Signer Auth Secret.

Schema

    authSecret string

    The Signer Auth Secret.

Loading...