Skip to main content
GET
/
api
/
public
/
v1
/
plugins-count
Count public plugins by 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
}
]

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Response

Successful response

The response is of type any.