Api.queryScanCredits¶
- queryScanCredits()¶
Gets information on the current user’s remaining credits.
This method maintains accurate remaining credit information on the
Api()
instance, which can be obtained via theApi.RemainingCredits
attribute.This method executes asynchronously and returns a promise.
- Returns
For error responses, see Error Responses.
If successful, remaining credit information about the current user.
See also
Class RemainingCredits for more information on how to work and maintain remaining credit information for the current user.