Get credits

Retrieve the number of remaining credits available for mobile and email enrichments.

This endpoint returns the current credit balance for both mobile and email enrichment operations. These credits are used whenever an enrichment request is made through the platform.

Need more credits?

You can purchase additional credits here to avoid service interruptions.

GET
/v1/credits

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://api.surfe.com/v1/credits" \
  -H "Authorization: Bearer <token>"

OK

{
  "message": "You are out of {email | mobile | email and mobile} credits, buy more here: https://surfe.com/buy-credits",
  "totalEmail": 42,
  "totalMobile": 43
}