Back to Vercel API
Vercel API

Remove 'origin' and 'teamSlug' fields from event payload response

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The origin and teamSlug fields have been removed from the event payload object's response schema. Any client code reading payload.origin or payload.teamSlug from this event response will no longer receive those fields, which is a breaking change for integrations that depend on them.

Open the source documentation