All the asynchronous API calls that are made using the endpoints published by the SimpliFi platform, return a webhook. The purpose of these webhooks is to inform the API user about the status of the endpoint that was initiated.The webhook structure remains the same in all the asynchronously running API calls with the only difference in eventType field and eventPayload object. These two fields are unique for every webhook response. eventType describes the event for which the webhook was generated and eventPayload describes the payload for that event.