Skip to Main Content

API Reference

Bango-Initiated Notifications to Reseller

Bango uses notifications to tell you about changes that have been made to entitlements and consumer offers. Please see the different schemas for more information on what can be sent for each type.

Changes can be content provider or reseller initiated, and should be used to ensure your records are in sync with Bango and the content provider.

During onboarding, Bango can configure a default notification url for all notifications. You can also provide a `notificationUrl` when creating an entitlement directly. If this has been set against the entitlement, it will override the default value for all notifications relating to this entitlement.

Requests to the given notificationUrl can be secured in a number of ways:

  • Basic Auth – a secure username and password
  • API key – a secure string known to both you and Bango sent via the x-api-key header
  • OAuth2 – a secure access token retrieved from a trusted authorization server by username and password and transmitted in an Authorization header, prefixed with the keyword Bearer