Skip to main content
GET
/
credits
Get user credits
curl --request GET \
  --url https://api.omniverifier.com/v1/validate/credits \
  --header 'x-api-key: <api-key>'
{
  "credits": 1500
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

Successfully retrieved credits

credits
integer

Current credit balance

Example:

1500