cURL
curl --request GET \ --url https://app.prontohq.com/api/v2/credits \ --header 'X-API-KEY: <api-key>'
[ { "credits": { "enrichment": 3000, "daily_profile_scraping": 1500, "daily_company_import": 1000, "monthly_company_import": 10000 }, "limits": { "daily_profile_scraping": 2500, "daily_company_import": 1000, "monthly_company_import": 10000 } } ]
Get your current credit balance and usage information
Your API key
A JSON array of list objects
Show child attributes