Event Spec
Overview
Learn the API calls and properties of Formo events.
The Formo Event Spec outlines how to send event data to Formo’s APIs and the proper format to capture events using Formo’s SDKs and APIs.
Events API
The Events API supports the following calls, each gathering important data about the user:
API call | Description |
---|---|
Identify | Identifies a visitor or user |
Track | Records a custom action with arbitrary data |
Page | Records a page view on your app |
Connect | Records when a user connects their wallet to your application |
Disconnect | Records when a user disconnects their wallet |
Chain | Records when a user switches to a different blockchain network |
Signature | Records signature requests and their statuses |
Transaction | Records blockchain transactions and their statuses |
Event Properties
Event data is collected as JSON and includes common properties along with API-specific properties in the payload
.
Was this page helpful?