GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

Webhooks V1 overview

The WSC Feeds API provides a comprehensive platform for users to query, manage, and access content published by WSC Sports. This API categorizes content into various object types, including stories, players, teams, and games. It offers detailed metadata and facilitates seamless integration with third-party systems through webhooks and RESTful APIs.

Webhook Notifications

The Story service allows annotations to be pushed to a REST service in addition to the standard ability to query the API. When a story is published to a ‘Feeds’ publish point, it becomes available for querying over the API. If the ‘Feeds’ publish point is configured with a webhook, the published story will also be pushed to the configured REST endpoint.

Published stories are pushed one at a time, with each webhook notification containing exactly one story object.
To ensure this functionality, the REST endpoint must be accessible to WSC’s servers and accept simple JSON payload messages. The messages are the same JSON objects returned by the ‘stories’ service


Did this page help you?