cURL
curl --request GET \ --url https://api.callmelater.xyz/stats/remaining-credits \ --header 'x-api-key: <api-key>'
{ "creditsRemaining": 1500 }
Check how many credits are remaining in your account.
curl -X GET https://api.callmelater.xyz/stats/remaining-credits \ -H "x-api-key: YOUR_API_KEY"
API key authentication. Include your API key in the x-api-key header.
Remaining credits information
The response is of type object.
object