Webhooks
Several webhooks are available to hook into live events. You can find a list of them in the menu on the left.
Subscribing
You can get a subscription to any of these webhooks after approval by the Hubble Board. Your URL and requested webhook will then be added to the next release of the Star Community API.
After this, you will receive events as HTTP POST calls to your given URL. All events take the form of HTTP POST calls with a JSON body and an X-Signature header. For details on how to verify these, see: Signatures
Handling
The Star Community API does not retry sending API requests and does not await your response. You should however still return 200 for good measure. We do log other HTTP status responses and may contact you if you return these often.