File scan submitted
Triggered when a new file scan has been submitted through the API.
We recommend verifying the request signature before processing the event. See Webhook signature validation and Webhook delivery behavior for details.
Header Parameters
Unix timestamp indicating when the webhook was sent. This value is updated on each delivery attempt, including retries. As a best practice, you should verify that the timestamp is no more than 5 minutes in the past to prevent replay attacks.
int64SHA256 signature used to verify the authenticity of the webhook payload. The signature is computed over the string {timestamp}.{body}, where timestamp is the value of the X-Blazelock-Webhook-Timestamp header and body is the raw JSON request body. The signature is generated using the webhook secret, which can be found in the Blazelock dashboard under the API integration settings.
Request Body
application/json
Response Body
Example Requests
/file_scan.submitted