Events API
Events list
4min
list of events this list will be expanded and new events will be added to it end goal is to cover create, update and delete events for all objects in licensespring, and add some important action events ( eq license activated ) customer created data customer customer deleted data customer customer updated data customer license activated data license license created data license license deactivated data license license deleted data license license expired data license license license user assigned data license, license user license maintenance expired data license license maintenance will expire 3 days data license license reset data license license updated data license license will expire 3 days data license order created data order order deleted data order order license user manager assigned data order, license user order updated data order product created data product product updated data product global event data data sent with each event if applicable id (str) uuid4 generated unique event id event (str) event code company id (int) id of the company for which the event was triggered user id (int) id of the user who triggered the event ts (int) unix epoch timestamp of the event occurrence data (object) custom data depending on event `user id` field is optional, and in some cases will be null custom data this section contains object data definitions for objects that are sent with each event which objects are sent with which event is defined in the list of events section above customer (object) id (int) email (str) first name (str) last name (str) phone (str) reference (str) address (str) postcode (str) city (str) country (str) state (str) license (object) id (int) activations type ( `online` | `offline` ) license key (str) max license users (int) is trial (boolean) active (boolean) validity period (date) enable maintenance period (boolean) maintenance period (date) max activations (int) times activated (int) enabled (boolean) total consumptions (int) max consumptions (int) order (object) license user (object) id (int) true email (str) first name (str) last name (str) order (object) id (int) store id (str) product (object) id (int) product name (str) short code (str) active (boolean) authorization method (str) is archived (boolean) is bundle (boolean)