Check Credit Usage

This API returns current credits usage information.

cURL 'https://api.enrich.so/v1/api/auth' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'

Example response

Status Code: 200 OK

{
    "total_credits": 100000,
    "credits_used": 2737,
    "credits_remaining": 97263
}

Last updated