v1.0.0
OAS 3.0.3
Plugin Usage API
This endpoint is called by the Stripo to send counter updates for timer views and unique emails remaining for a plugin.
Client Libraries
Appearance
This endpoint is called by the Stripo to send counter updates for timer views and unique emails remaining for a plugin.
Receives webhook notifications about plugin usage counters including remaining timer views and unique emails.
Plugin counter data containing remaining limits
Contains the remaining counter values for a plugin
Number of timer views remaining for the plugin.
Number of unique emails remaining for the plugin.
Webhook received successfully
curl / \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"timerViewsLeft": 1000,
"uniqueEmailsLeft": 500
}'
Webhook received successfully