cURL
curl --request GET \ --url https://app.tagadapay.com/api/public/v1/plugins-count \ --header 'Authorization: Bearer <token>'
200
success
[ { "type": "landing", "count": 15 }, { "type": "checkout", "count": 8 }, { "type": "advertorial", "count": 12 }, { "type": "loyalty", "count": 6 }, { "type": "postpurchase", "count": 4 }]
Get a count of public plugins grouped by type. This endpoint is completely public and requires no authentication.
Returns counts for each plugin type:
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response