cURL
curl --request GET \ --url https://api.pictify.io/experiments/api/quota \ --header 'Authorization: Bearer <token>'
{ "plan": "standard", "quota": { "ab_test": { "used": 2, "limit": 5 }, "smart_link": { "used": 2, "limit": 5 }, "scheduled": { "used": 2, "limit": 5 } }, "maxVariants": 5, "analyticsRetentionDays": 90 }
Check experiment usage and limits for your current plan.
API key obtained from the Pictify dashboard
Quota information
"standard"
Show child attributes
5
90