cURL
curl --request GET \ --url https://api.lemlist.com/api/team/credits \ --header 'Authorization: Basic <encoded-value>'
{ "credits": 100, "details": { "remaining": { "total": 100, "freemium": 0, "subscription": 80, "gifted": 10, "paid": 10 } } }
Retrieves the remaining credits balance for your team’s account.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Success
Credits are the coins a team uses to enrich emails, LinkedIn URLs, etc. Each enrichment feature needs a certain amount of credits to run.
Total credits remaining
Show child attributes
Was this page helpful?