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.
Webhook receiver endpoint (configurable)
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 https://your-webhook-endpoint.com/ \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic username:password' \
--data '{
"timerViewsLeft": 1000,
"uniqueEmailsLeft": 500
}'
Webhook received successfully
Contains the remaining counter values for a plugin
Number of timer views remaining for the plugin.
Number of unique emails remaining for the plugin.