# Users ## Credit Balance Change Log - [GET /api/{account_id}/subscriptions/balance_change_logs/](https://docs.forager.ai/openapi/users/subscriptions_balance_change_logs_list.md): The Credit Balance Change Log endpoint provides a list of all credit balance change logs related to the current subscription. It returns a list of credit balance change logs, including the change type, change sum, and change data. This endpoint is useful for tracking and analyzing credit consumption patterns, monitoring usage, and ensuring proper subscription management. ## Credit Consumption Totals - [GET /api/{account_id}/subscriptions/balance_change_logs/totals/](https://docs.forager.ai/openapi/users/subscriptions_balance_change_logs_totals_retrieve.md): The Credit Consumption Totals endpoint calculates the total amount of credits spent during a specified timeframe. It returns the sum of all credit changes that have been made to the subscription balance during the given period. This endpoint is useful for tracking and analyzing credit consumption patterns, monitoring usage, and ensuring proper subscription management. ## List API keys - [GET /api/api_keys/](https://docs.forager.ai/openapi/users/api_keys_list.md): API view for managing API keys. ## Create a new API key - [POST /api/api_keys/](https://docs.forager.ai/openapi/users/api_keys_create.md): Handle creation of a new API key. ## View API key details - [GET /api/api_keys/{prefix}/](https://docs.forager.ai/openapi/users/api_keys_retrieve.md): API view for managing API keys. ## Delete API key - [DELETE /api/api_keys/{prefix}/](https://docs.forager.ai/openapi/users/api_keys_destroy.md): API view for managing API keys. ## View user information - [GET /api/users/current/](https://docs.forager.ai/openapi/users/users_current_retrieve.md): A view to retrieve current user details.