Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.generect.com/api/v1/accounts/transactions/ \ --header 'Authorization: <api-key>'
{ "data": { "transactions": [ { "id": "txn_123", "timestamp": "2024-01-15T10:30:00Z", "type": "search_database_leads", "credits": -25, "details": { "balance_type": "leads_by_icp", "status": "success" } } ] } }
Retrieve account credit transaction history.
Use the required Token prefix. Example: Authorization: Token xxxxxxxxx
Account transactions
Show child attributes