v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Webhooks

Endpoint to generate and explain signature details

Required scope: manage-webhooks:read.<br/>Note that this endpoint is only for debugging purposes, is not stable and should not be used in production.<br/>Read more here: https://docs.partner-api.monta.com/reference/generating-the-signature-example.

post/api/v1/webhooks/get-signature-detail

Query parameters

includeSecretsboolean

If set to true, the secrets used to sign the payload will be included in the response.

webhookSecretstring

If provided, webhookSecret will be used instead of your actual secret.

Request body

object[] required

Response

Debug output to explain signature based on your payload.

receivedPayloadStringstring required

The processed payload as string

receivedPayloadBytesstring required

The processed payload as bytes (hex)

webhookSecretstring required

The secret used to sign the payload

webhookSecretBytesstring required

The secret used to sign the payload as bytes (hex)

signatureAlgorithmstring required

The algorithm used for generating the signature

signaturestring required

The resulting signature

signatureWithPrefixstring required

The resulting signature including prefix