Get Credit History
Credits & Payments
Get Credit History
Retrieve the credit transaction history for your organization
GET
Get Credit History
Overview
Returns a paginated list of credit transactions for the authenticated organization. Transactions include credit additions (from subscriptions, purchases, or bonuses) and credit consumption (from enrichment operations).Authentication
This endpoint requires authentication. The organization ID is automatically
extracted from the authenticated session.
Query Parameters
Filter transactions from this date onwards. Must be a valid ISO 8601 date
string. Example:
2025-01-01T00:00:00.000ZFilter transactions up to this date. Must be a valid ISO 8601 date string.
Example:
2025-01-31T23:59:59.999ZMaximum number of transactions to return. Must be a positive integer with a
maximum value of 100,000.
Number of transactions to skip for pagination. Must be a non-negative integer.
Response
Array of credit transaction objects.
The number of transactions returned in this response.
Example Request
Example Response
Error Codes
| Status | Code | Description |
|---|---|---|
| 401 | VALIDATION_ERROR | Organization ID is required (user not authenticated) |
| 400 | VALIDATION_ERROR | Invalid query parameters (e.g., invalid date format, limit exceeds 100,000) |
| 500 | INTERNAL_ERROR | An unexpected server error occurred |
Credit Costs Reference
| Operation | Cost (Credits) |
|---|---|
| Email Enrichment | 5 |
| Phone Enrichment | 20 |
| Combined Enrichment | 25 |
| LinkedIn Enrichment | 1 |