Retrieve the current credit balance for the authenticated user
cURL
curl --request GET \ --url https://api.omniverifier.com/v1/validate/credits \ --header 'x-api-key: <api-key>'
{ "credits": 1500 }
API key for authentication
Successfully retrieved credits
Current credit balance
1500