Retrieve a list of spent credits transactions based on the specified period and date range.
/api/auth/transactions/spent_credits/ endpoint allows you to get all spent credits grouped by endpoints in the period.
day, week, month, quarter, year.
Use 'Token
Timezone for date calculations
The aggregation period for transactions
day, week, month, quarter, year The start date for the transaction filter (ISO 8601 format)
The end date for the transaction filter (ISO 8601 format)
A list of transactions for the specified period and date range
{
"2025-01-01T00:00:00": {
"/api/linkedin/leads/by_icp/": -4428,
"/api/linkedin/companies/by_icp/": -39,
"/api/linkedin/company/by_link/": -5,
"/api/linkedin/lead/by_link/": -3,
"/api/linkedin/email_finder/": -1,
"platform": -9
},
"2024-12-01T00:00:00": {
"/api/linkedin/leads/by_icp/": -383,
"/api/linkedin/company/by_link/": -17,
"/api/linkedin/companies/by_icp/": -156,
"/api/linkedin/lead/by_link/": -6,
"platform": -12
},
"2024-11-01T00:00:00": {
"/api/linkedin/companies/by_icp/": -101,
"/api/linkedin/leads/by_icp/": -1720,
"platform": -1469
}
}-8349