GET
/
account
curl --request GET \
  --url https://app.bettercontact.rocks/api/v2/account
{
  "success": true,
  "credits_left": 32377,
  "email": "[email protected]"
}

Query Parameters

email
string
required
api_key
string
required

Response

200
application/json

Credit balance retrieved successfully

The response is of type object.