GET request with no request body — just authenticate with your API key.
The response schema differs depending on your Clodura subscription plan. Prospect and Prospect Pro plans track contacts viewed and direct dials separately against fixed plan limits. Free Forever, Max, and PAYG plans use a single unified credit pool displayed as remainingCredits.
Every request to the Search People, Reveal Email, and Reveal Phone endpoints consumes credits from your account. See the individual endpoint pages for per-operation credit costs.
Endpoint
GET /api/v1/credits
Request
Headers
This endpoint accepts no request body.
Example Request
Response
The response schema depends on your Clodura plan.- Prospect & Prospect Pro Plans
- Free Forever, Max & PAYG Plans
These plans track contact views and direct dials separately, each with their own maximum allowance based on your subscription tier.
integer
Number of credits consumed so far to view contact email addresses using the Reveal Email endpoint.
string
Total contact view credits available on your current plan (e.g.,
"1000" for Prospect, "2000" for Prospect Pro).integer
Number of credits consumed to retrieve contact phone numbers via integrated providers.
integer
Total direct dial credits available on your current plan.
Plan Credit Summary
Error Codes
The Credits endpoint is available to all plan types. If you receive a
403, verify your API key is active and has not been revoked in the Clodura Developer Dashboard.