Skip to main content

Check a Webhook Event Token

POST 

/v4/tokens/webhook-verification/checking-consumption

this endpoint is used to check the webhook event token

Responses

The specific webhook event.

Schema

    appId appId (string)

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

    appEnv appEnv (string)

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

    token string

    the token to verify

Loading...