Create a webhook signature key and set its activation state. If a webhook signature key is active, the bodies of all webhooks will be signed using the signature key with HMAC-SHA-256.The signature generated will then included in the X-Sift-Signature HTTP header. Only one key can be held per organization. If an existing key exists, then this will simply return it.See WebhookService_RotateWebhookSignatureKey to rotate the key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The request for a call to WebhookService_CreateWebhookSignatureKey to create a webhook signature key.
The request for a call to WebhookService_CreateWebhookSignatureKey to create a webhook signature key.
A successful response.
The response for a call to WebhookService_CreateWebhookSignatureKey. The active field indicates whether
or not whether the key is currently active.