cURL
curl --request GET \ --url https://api.revenuebase.ai/v1/credits \ --header 'x-key: <api-key>'
{ "credits": 123 }
Your API key. Get one in the dashboard under Settings → API Keys.
Successful Response