You can use the List Deployments endpoint to fetch all deployments created since the createdAt timestamp from the webhook response. Then filter for the meta.deployHookId that matches the deploy hook used.
The Deploy Hook ID shows up as the last segment of your Deploy Hook URL. For example, https://api.vercel.com/v1/integrations/deploy/<PROJECT_ID>/<DEPLOY_HOOK_ID>