For Verification, create a base64 hash using HmacSHA256 using Published-Timestamp header as message and your API key as secret. The result should match the Signature header.
Weavr Webhook (v2)
Download OpenAPI description
Overview
URL
Languages
Servers
Mock server
https://api.weavr.io/_mock/products/webhooks/openapi
https://api.weavr.io/""
Headers
Bodyapplication/jsonrequiredA call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255
The timestamp, expressed in Epoch timestamp using millisecond precision, when this event was published.
The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the call-ref + payload + published-timestamp using your API key.
- Mock serverhttps://api.weavr.io/_mock/products/webhooks/openapi/authentication_factors/watch
- https://api.weavr.io/""/authentication_factors/watch
application/json
{ "credentialId": { "type": "ROOT", "id": "string" }, "type": "string", "status": "ACTIVE", "publishedTimestamp": "string" }