Push Events
Push an event to Fermata for the account.
The event will be billed based on whatever rules are on the account or you can specify manual override parameters
Requests don’t have to bill at all. You can just push events to Fermata to track them
Authorizations
To authenticate against the API, use HTTP Basic Authentication with your customer ID as the username and API key as the password.
Path Parameters
Body
A string that indicates the type of the event. This can be whatever you want, but cannot have spaces in it.
This string is used to match against any default event pricing you have set.
Force this event to be billed for a certain amount. Make sure the specify the denomination too if you use this
Return an error if there is not enough balance to handle the event. The event will not be billed in this case, but we do track all gated events
You can fill in whatever you want in this object to attach things like your own internal IDs to the event.