Retrieve your current OrbiSearch credit balance. Each email verification costs 0.2 credits; cached results within 24 hours are free.
curl --request GET \
--url https://api.orbisearch.com/v1/credits \
--header 'X-API-Key: <api-key>'{
"credits": 1250.5,
"user_id": "user_2NXKxQjF8KhZHwH3JqRpYXxV"
}curl --request GET \
--url https://api.orbisearch.com/v1/credits \
--header 'X-API-Key: <api-key>'{
"credits": 1250.5,
"user_id": "user_2NXKxQjF8KhZHwH3JqRpYXxV"
}