Procs
proc postV1NotificationsVerifyWebhookSignature(client: WebhooksClient; body: types.VerifyWebhookSignature): Future[VerifyWebhookSignatureResponse] {. ...stackTrace: false, raises: [Exception, ValueError, HttpRequestError, LibraryError, SslError, OSError, IOError, ProtocolError, KeyError, JsonParsingError, OpenParserJsonError, WebhooksClientError], tags: [RootEffect, ReadIOEffect, TimeEffect, WriteIOEffect], forbids: [].}
- Verifies a webhook signature.