curl --request GET \
--url https://app.tagadapay.com/api/public/v1/plugins-count \
--header 'Authorization: Bearer <token>'[
{
"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:
curl --request GET \
--url https://app.tagadapay.com/api/public/v1/plugins-count \
--header 'Authorization: Bearer <token>'[
{
"type": "landing",
"count": 15
},
{
"type": "checkout",
"count": 8
},
{
"type": "advertorial",
"count": 12
},
{
"type": "loyalty",
"count": 6
},
{
"type": "postpurchase",
"count": 4
}
]Enter your API key as: Bearer your-api-key
Successful response