cURL
curl --request GET \ --url https://api.example.com/api/v1/credits
{ "subscription_scans_remaining": 123, "subscription_discoveries_remaining": 123, "additional_scans": 123, "additional_discoveries": 123 }
Returns the remaining scan and discovery credits for the authenticated account.
Your API key (alternative to apiKey query param)
Your API key (alternative to X-API-Key header)
OK