Skip to main content

Event Notifications

We offer the possibility to app developers to receive real-time notifications for events happening on the FACEIT platform.

This allows you to stay tuned with live events taking place on FACEIT and trigger programmatic actions within your app accordingly to the specific logic you want to implement. The tools to implement this specific feature are available in the Developer Portal under the Webhooks section.

Webhooks

Webhooks allow you to subscribe to changes and events happening on FACEIT.

To start using Webhooks you have to:

  1. login to the Developer Portal with your account and create an app;
  2. go to the Webhooks tab and subscribe to the events and live changes you want to be notified about;
  3. specify a URL that FACEIT will use to send those notifications to.

You can create as many webhook subscriptions as you want and - if needed - specify different URLs.

See the Webhooks documentation for more information on the data payload being posted to your URL, security and fallback mechanism.