Brand Events
Brand events are triggered when changes happen to brand objects. These events help your application respond to updates in brand profiles, company information, verification status, ownership claims, or brand availability.brand.updated
- Namespace:
brand - Triggered when: A brand’s core data is updated.
brand.company.updated
- Namespace:
brand - Triggered when: A brand’s company-level data is updated.
brand.verified
- Namespace:
brand - Triggered when: A brand’s data has been human-reviewed and verified by the Brand API curation team.
brand.claimed
- Namespace:
brand - Triggered when: A brand is officially claimed by its owner.
brand.deleted
- Namespace:
brand - Triggered when: A brand is removed from the Brand API index.
Subscribing to Events
You can choose which webhook event types you want to receive when setting up your webhook endpoint. Each webhook event payload includes atype field. Your application can use this field to determine how the event should be processed.
For example, your backend can process a brand.updated event differently from a brand.deleted event.
Only subscribe to the event types your application needs. This reduces unnecessary traffic, lowers server processing, and keeps your webhook integration easier to maintain.