cURL
curl --request GET \ --url https://app.bettercontact.rocks/api/v2/account \ --header 'X-API-Key: <api-key>'
{ "success": true, "credits_left": 32377, "email": "[email protected]" }
Credit balance retrieved successfully
true
32377
"[email protected]"
Was this page helpful?