REST API
Credits
Retrieve tenant-scoped monthly Paperpin credit usage, consumed credits, and plan limits for billing-aware integrations.
Base URL: https://paperpin.io/api/v1
Every request requires Authorization: Bearer pp_....
Get credit usage
GET /credits
Returns the tenant's current monthly credit usage, monthly credit limit, and remaining credits.
{
"data": {
"credits_used": 13,
"credits_limit": 100,
"credits_remaining": 87
}
}