Forager public API endpoints documentation
Forager public API endpoints documentation
curl -i -X GET \
'https://api-v2.forager.ai/api/{account_id}/subscriptions/balance_change_logs/?date_created_end=2019-08-24T14%3A15%3A22Z&date_created_start=2019-08-24T14%3A15%3A22Z&page=0' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "count": 15, "next": 2, "previous": null, "results": [ { … } ] }
curl -i -X GET \
'https://api-v2.forager.ai/api/{account_id}/subscriptions/balance_change_logs/totals/?date_created_end=2019-08-24T14%3A15%3A22Z&date_created_start=2019-08-24T14%3A15%3A22Z' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "total_credits_spent": 0 }