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
| Header | Value |
|---|---|
X-API-KEY | Your Clodura API key |
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.
| Plan | Total Contact Views | Total Direct Dials |
|---|---|---|
| Prospect | 1,000 | Plan limit |
| Prospect Pro | 2,000 | Plan limit |
Number of credits consumed so far to view contact email addresses using the Reveal Email endpoint.
Total contact view credits available on your current plan (e.g.,
"1000" for Prospect, "2000" for Prospect Pro).Number of credits consumed to retrieve contact phone numbers via integrated providers.
Total direct dial credits available on your current plan.
Plan Credit Summary
| Plan | Credit Model | Starting Credits |
|---|---|---|
| Free Forever | Common Credits (remainingCredits) | Plan allocation |
| Max | Common Credits (remainingCredits) | Plan allocation |
| PAYG | Common Credits (remainingCredits) | Purchase as needed |
| Prospect | Separate: contactsView / directDials | 1,000 contact views |
| Prospect Pro | Separate: contactsView / directDials | 2,000 contact views |
Error Codes
| Status | Meaning |
|---|---|
400 | Bad request — malformed request |
401 | Unauthorized — your API key is missing or invalid |
403 | Forbidden — you do not have permission to access this resource |
422 | Unprocessable entity — validation error in the request |
429 | Rate limit exceeded — reduce request frequency |
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.