GET v1/businesses/count-credits
Get your current credit balance. Each credit allow the scan of up to 250 words.
You need to login with a user and api key in order to access this method.
Add this HTTP header to your request:
Add this HTTP header to your request:
Authorization: Bearer <Your-Login-Token>Not sure how to generate your login token? read here.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Amount |
Current credit balance |
unsigned integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Amount": 1 }
Common Errors
Error Code | Error Message |
---|---|
37 | Authorization has been denied for this request. |
For more information, see the full errors list.