Skip to main content

Create Log Capsule

POST 

/v4/applications/:appId/envs/:appEnv/log-capsules

This endpoint creates a log capsule with a SHA-256 hash for proofing.

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

    hashSha256_b64 stringrequired

Responses

The log capsule has been created.

Schema

    hashSha256_b64 stringrequired
    timestamp_b64 stringrequired
Loading...