Skip to main content
GET
/
team
/
credits
Get Team Credits
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
    }
  }
}
This endpoint uses the Credits object.
This endpoint retrieves the credits remaining in your team’s account.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

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.

credits
integer

Total credits remaining

details
object