UpdateWebhookSubscriptionSigningConfiguration_SubscriptionInput
Input object

The details of the webhook subscription signing configuration to be updated.

Fields

Name
Description
The identifier for the WebhookSubscription.
signingAlgorithmCode* 
String!
The algorithm for signing webhooks.Currently, two codes are defined:
  • None indicates no signature will be attached.
  • SeekHmacSha512 indicates a HMAC SHA-512 hex digest will be attached to each request as a Seek-Signature header.
A webhook's signature can be used to validate that the request originated from SEEK.Use a constant-time algorithm to validate the signature. Regular comparison methods like the == operator are susceptible to timing attacks.
secret 
String
The secret for signing webhooks.This must be specified if signingAlgorithmCode is not None. It is used as the key to generate a message authentication code for each request.The secret should be a random string with high entropy that is not reused for any other purpose.This field has a maximum length of 255 bytes in UTF-8 encoding.

Seen in

Parent name
Parent type
Description
Input Object
webhookSubscription field