💲Get Balance [/getBalance]
The API endpoint designated for retrieving your current DataLabs captcha balance.
Full Rest API Endpoint: https://captcha.datalabs.net/getBalance
Request Structure
Parameters | Required | Description |
---|---|---|
clientKey | true | Your accounts private API Key. |
Response Structure
Parameters | Description |
---|---|
errorId | 0: Without error. 1: Error with request. |
errorCode | Short code for error type. |
errorDescription | More detailed description of the error that occurred. |
balance | Account balance in USD |
Example Responses
Last updated