GET/v1/me
Your plan, quota and reset date. free to call
curl "https://pinpinterest.com/api/v1/me" \
-H "Authorization: Bearer pp_live_YOUR_KEY_HERE"Example response
{
"account": { "email": "[email protected]", "plan": "free", "plan_label": "Free" },
"quota": {
"limit": 15,
"used": 3,
"remaining": 12,
"resets_at": "2026-09-01T00:00:00.000Z",
"resets_label": "1 Sep",
"note": "A lookup that finds no data does not count against this."
},
"rate_limit": { "per_minute": 10, "remaining": 10 },
"fields": ["term","tracked","pinsAnalysed","pinCount","niche","competition","avgSaves","maxSaves","totalSaves","estClicks","opportunity"]
}