Metering
Endgrate meters the bandwidth of transfer data to enable pay-as-you-go pricing. Specifically,
- Whenever you get the result of a pull via api/pull/data.
- Whenever you trigger a push via api/push/transfer.
- Whenever you get the result of a push via api/push/data.
- Whenever your webhook receives transfer data from a pull or push.
In all of these cases, Endgrate will aggregate the bandwidth (in bytes) of the transfer_data
attribute.
You can view your bandwidth usage statistics in your dashboard.
Updated 3 months ago