Overview
The Get User Credits API allows you to check your current credit balance. Credits are used for all API operations on the GoEnhance platform, with different operations consuming varying amounts of credits based on their complexity and resource requirements.Response
The API returns your current credit balance in thedata.count
field. This balance represents the number of credits available for use with GoEnhance API services.
Usage Examples
This endpoint is useful for:- Checking available credits before performing operations
- Monitoring credit usage in your application
- Implementing credit-based limits or notifications
- Automating credit management workflows
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.